#288211

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

Shades of Forest Green #288211

Tints of Forest Green #288211

Color information

#288211 (or 0x288211) is unknown color: approx Forest Green. HEX triplet: 28, 82 and 11. RGB value is (40,130,17). Sum of RGB (Red+Green+Blue) = 40+130+17=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #288211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288211 is #D77DEE. Grayscale: #5A5A5A. Windows color (decimal): -14122479 or 1147432. OLE color: 1147432.

HSL color Cylindrical-coordinate representation of color #288211: hue angle of 107.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #288211 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB4013017-
CMYK0.6900.870.49
HSL107.79º76.87%28.82%-
HSV(B)107.79º86.92%50.98%-
XYZ8.9616.463.23-
YUV90.2186.6892.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 130 (51.17% from 255) = 69.52%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=21.39%
G=69.52%
B=9.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130170.6900.870.49107.7976.8728.82
Hex28821145057316c4d1d
Octal502022110501276115411535
Binary10100010000010100011000101010101111100011101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288211; }

 p { color: rgb(40,130,17); }

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

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

 a { background-color: rgb(40,130,17); }

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

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

 span { border-color: rgb(40,130,17); }

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