#288E2B

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

Shades of Forest Green #288E2B

Tints of Forest Green #288E2B

Color information

#288E2B (or 0x288E2B) is unknown color: approx Forest Green. HEX triplet: 28, 8E and 2B. RGB value is (40,142,43). Sum of RGB (Red+Green+Blue) = 40+142+43=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #288E2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E2B is #D771D4. Grayscale: #646464. Windows color (decimal): -14119381 or 2854440. OLE color: 2854440.

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

Color convert

RGB4014243-
CMYK0.7200.700.44
HSL121.76º56.04%35.69%-
HSV(B)121.76º71.83%55.69%-
XYZ10.9819.975.56-
YUV100.2295.7185.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 142 (55.86% from 255) = 63.11%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=17.78%
G=63.11%
B=19.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40142430.7200.700.44121.7656.0435.69
Hex288E2B480462C7a3824
Octal50216531100106541727044
Binary101000100011101010111001000010001101011001111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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