#288820

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

Shades of Forest Green #288820

Tints of Forest Green #288820

Color information

#288820 (or 0x288820) is unknown color: approx Forest Green. HEX triplet: 28, 88 and 20. RGB value is (40,136,32). Sum of RGB (Red+Green+Blue) = 40+136+32=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 136 (53.52% from 255 or 65.38% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 136 - color contains mainly: green. Hex color #288820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288820 is #D777DF. Grayscale: #5F5F5F. Windows color (decimal): -14120928 or 2132008. OLE color: 2132008.

HSL color Cylindrical-coordinate representation of color #288820: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288820 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB4013632-
CMYK0.7100.760.47
HSL115.38º61.9%32.94%-
HSV(B)115.38º76.47%53.33%-
XYZ9.9418.164.35-
YUV95.4492.288.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 136 (53.52% from 255) = 65.38%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=19.23%
G=65.38%
B=15.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40136320.7100.760.47115.3861.932.94
Hex2888204704C2F733e21
Octal50210401070114571637641
Binary101000100010001000001000111010011001011111110011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288820; }

 p { color: rgb(40,136,32); }

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

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

 a { background-color: rgb(40,136,32); }

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

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

 span { border-color: rgb(40,136,32); }

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