#288C00

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

Shades of Forest Green #288C00

Tints of Forest Green #288C00

Color information

#288C00 (or 0x288C00) is unknown color: approx Forest Green. HEX triplet: 28, 8C and 00. RGB value is (40,140,0). Sum of RGB (Red+Green+Blue) = 40+140+0=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #288C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C00 is #D773FF. Grayscale: #5E5E5E. Windows color (decimal): -14119936 or 35880. OLE color: 35880.

HSL color Cylindrical-coordinate representation of color #288C00: hue angle of 102.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #288C00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB401400-
CMYK0.71010.45
HSL102.86º100%27.45%-
HSV(B)102.86º100%54.9%-
XYZ10.2519.213.17-
YUV94.1474.8789.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 140 (55.08% from 255) = 77.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.22%
G=77.78%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4014000.71010.45102.8610027.45
Hex288C0470642D67641b
Octal50214010701445514714433
Binary1010001000110001000111011001001011011100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288C00; }

 p { color: rgb(40,140,0); }

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

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

 a { background-color: rgb(40,140,0); }

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

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

 span { border-color: rgb(40,140,0); }

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