#28A20C

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

Shades of Forest Green #28A20C

Tints of Forest Green #28A20C

Color information

#28A20C (or 0x28A20C) is unknown color: approx Forest Green. HEX triplet: 28, A2 and 0C. RGB value is (40,162,12). Sum of RGB (Red+Green+Blue) = 40+162+12=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 162 (63.67% from 255 or 75.70% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 162 - color contains mainly: green. Hex color #28A20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A20C is #D75DF3. Grayscale: #6C6C6C. Windows color (decimal): -14114292 or 827944. OLE color: 827944.

HSL color Cylindrical-coordinate representation of color #28A20C: hue angle of 108.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28A20C is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB4016212-
CMYK0.7500.930.36
HSL108.8º86.21%34.12%-
HSV(B)108.8º92.59%63.53%-
XYZ13.8626.324.7-
YUV108.4273.5879.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 162 (63.67% from 255) = 75.70%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=18.69%
G=75.70%
B=5.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40162120.7500.930.36108.886.2134.12
Hex28A2C4B05D246d5622
Octal502421411301354415512642
Binary10100010100010110010010110101110110010011011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A20C; }

 p { color: rgb(40,162,12); }

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

<style>
 a { background-color: #28A20C; }

 a { background-color: rgb(40,162,12); }

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

<style>
 span { border-color: #28A20C; }

 span { border-color: rgb(40,162,12); }

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