#288204

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

Shades of Forest Green #288204

Tints of Forest Green #288204

Color information

#288204 (or 0x288204) is unknown color: approx Forest Green. HEX triplet: 28, 82 and 04. RGB value is (40,130,4). Sum of RGB (Red+Green+Blue) = 40+130+4=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #288204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288204 is #D77DFB. Grayscale: #595959. Windows color (decimal): -14122492 or 295464. OLE color: 295464.

HSL color Cylindrical-coordinate representation of color #288204: hue angle of 102.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #288204 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB401304-
CMYK0.6900.970.49
HSL102.86º94.03%26.27%-
HSV(B)102.86º96.92%50.98%-
XYZ8.8816.432.82-
YUV88.7380.1893.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 130 (51.17% from 255) = 74.71%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=22.99%
G=74.71%
B=2.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4013040.6900.970.49102.8694.0326.27
Hex288244506131675e1a
Octal50202410501416114713632
Binary101000100000101001000101011000011100011100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288204; }

 p { color: rgb(40,130,4); }

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

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

 a { background-color: rgb(40,130,4); }

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

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

 span { border-color: rgb(40,130,4); }

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