#288812

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

Shades of Forest Green #288812

Tints of Forest Green #288812

Color information

#288812 (or 0x288812) is unknown color: approx Forest Green. HEX triplet: 28, 88 and 12. RGB value is (40,136,18). Sum of RGB (Red+Green+Blue) = 40+136+18=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #288812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288812 is #D777ED. Grayscale: #5E5E5E. Windows color (decimal): -14120942 or 1214504. OLE color: 1214504.

HSL color Cylindrical-coordinate representation of color #288812: hue angle of 108.81º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #288812 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB4013618-
CMYK0.7100.870.47
HSL108.81º76.62%30.2%-
HSV(B)108.81º86.76%53.33%-
XYZ9.7918.13.55-
YUV93.8485.289.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 136 (53.52% from 255) = 70.10%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=20.62%
G=70.10%
B=9.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40136180.7100.870.47108.8176.6230.2
Hex288812470572F6d4d1e
Octal502102210701275715511536
Binary10100010001000100101000111010101111011111101101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288812; }

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

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

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

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

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

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

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

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