#288E12

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

Shades of Forest Green #288E12

Tints of Forest Green #288E12

Color information

#288E12 (or 0x288E12) is unknown color: approx Forest Green. HEX triplet: 28, 8E and 12. RGB value is (40,142,18). Sum of RGB (Red+Green+Blue) = 40+142+18=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #288E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288E12 is #D771ED. Grayscale: #616161. Windows color (decimal): -14119406 or 1216040. OLE color: 1216040.

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

Color convert

RGB4014218-
CMYK0.7200.870.44
HSL109.35º77.5%31.37%-
HSV(B)109.35º87.32%55.69%-
XYZ10.6619.843.84-
YUV97.3783.2187.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 142 (55.86% from 255) = 71%
BLUE value IS 18 (7.42% from 255) = 9%
R=20%
G=71%
B=9%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40142180.7200.870.44109.3577.531.37
Hex288E12480572C6d4e1f
Octal502162211001275415511637
Binary10100010001110100101001000010101111011001101101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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