#30A20D

Color #30A20D Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #30A20D

Tints of Forest Green #30A20D

Color information

#30A20D (or 0x30A20D) is unknown color: approx Forest Green. HEX triplet: 30, A2 and 0D. RGB value is (48,162,13). Sum of RGB (Red+Green+Blue) = 48+162+13=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 162 (63.67% from 255 or 72.65% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 162 - color contains mainly: green. Hex color #30A20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A20D is #CF5DF2. Grayscale: #6F6F6F. Windows color (decimal): -13590003 or 893488. OLE color: 893488.

HSL color Cylindrical-coordinate representation of color #30A20D: hue angle of 105.91º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30A20D is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB4816213-
CMYK0.7000.920.36
HSL105.91º85.14%34.31%-
HSV(B)105.91º91.98%63.53%-
XYZ14.2126.54.75-
YUV110.9372.7383.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 162 (63.67% from 255) = 72.65%
BLUE value IS 13 (5.47% from 255) = 5.83%
R=21.52%
G=72.65%
B=5.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162130.7000.920.36105.9185.1434.31
Hex30A2D4605C246a5522
Octal602421510601344415212542
Binary11000010100010110110001100101110010010011010101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A20D; }

 p { color: rgb(48,162,13); }

 H1.HeaderClassName
 {
   color: #30A20D;
 }
 .AnyTagClassName
 {
   color: #30A20D;
 }
</style>
background-color css

<style>
 a { background-color: #30A20D; }

 a { background-color: rgb(48,162,13); }

 div.DivClassName
 {
   background-color: #30A20D;
 }
 .BgClassName
 {
   background-color: #30A20D;
 }
</style>
border-color css

<style>
 span { border-color: #30A20D; }

 span { border-color: rgb(48,162,13); }

 td.TdClassName
 {
   border-color: #30A20D;
 }
 .TagClassName
 {
   border-color: #30A20D;
 }
</style>