#288D27

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

Shades of Forest Green #288D27

Tints of Forest Green #288D27

Color information

#288D27 (or 0x288D27) is unknown color: approx Forest Green. HEX triplet: 28, 8D and 27. RGB value is (40,141,39). Sum of RGB (Red+Green+Blue) = 40+141+39=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #288D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D27 is #D772D8. Grayscale: #636363. Windows color (decimal): -14119641 or 2592040. OLE color: 2592040.

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

Color convert

RGB4014139-
CMYK0.7200.720.45
HSL119.41º56.67%35.29%-
HSV(B)119.41º72.34%55.29%-
XYZ10.7719.655.14-
YUV99.1794.0485.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 141 (55.47% from 255) = 64.09%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=18.18%
G=64.09%
B=17.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40141390.7200.720.45119.4156.6735.29
Hex288D27480482D773923
Octal50215471100110551677143
Binary101000100011011001111001000010010001011011110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,141,39); }

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

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

 a { background-color: rgb(40,141,39); }

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

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

 span { border-color: rgb(40,141,39); }

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