#288322

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

Shades of Forest Green #288322

Tints of Forest Green #288322

Color information

#288322 (or 0x288322) is unknown color: approx Forest Green. HEX triplet: 28, 83 and 22. RGB value is (40,131,34). Sum of RGB (Red+Green+Blue) = 40+131+34=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #288322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288322 is #D77CDD. Grayscale: #5D5D5D. Windows color (decimal): -14122206 or 2261800. OLE color: 2261800.

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

Color convert

RGB4013134-
CMYK0.6900.740.49
HSL116.29º58.79%32.35%-
HSV(B)116.29º74.05%51.37%-
XYZ9.2816.84.27-
YUV92.7394.8590.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 131 (51.56% from 255) = 63.90%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=19.51%
G=63.90%
B=16.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40131340.6900.740.49116.2958.7932.35
Hex2883224504A31743b20
Octal50203421050112611647340
Binary101000100000111000101000101010010101100011110100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288322; }

 p { color: rgb(40,131,34); }

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

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

 a { background-color: rgb(40,131,34); }

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

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

 span { border-color: rgb(40,131,34); }

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