#288E0B

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

Shades of Forest Green #288E0B

Tints of Forest Green #288E0B

Color information

#288E0B (or 0x288E0B) is unknown color: approx Forest Green. HEX triplet: 28, 8E and 0B. RGB value is (40,142,11). Sum of RGB (Red+Green+Blue) = 40+142+11=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 142 (55.86% from 255 or 73.58% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 142 - color contains mainly: green. Hex color #288E0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288E0B is #D771F4. Grayscale: #606060. Windows color (decimal): -14119413 or 757288. OLE color: 757288.

HSL color Cylindrical-coordinate representation of color #288E0B: hue angle of 106.72º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #288E0B is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB4014211-
CMYK0.7200.920.44
HSL106.72º85.62%30%-
HSV(B)106.72º92.25%55.69%-
XYZ10.6119.823.58-
YUV96.5779.7187.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 142 (55.86% from 255) = 73.58%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=20.73%
G=73.58%
B=5.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40142110.7200.920.44106.7285.6230
Hex288EB4805C2C6b561e
Octal502161311001345415312636
Binary1010001000111010111001000010111001011001101011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,142,11); }

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

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

 a { background-color: rgb(40,142,11); }

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

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

 span { border-color: rgb(40,142,11); }

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