#288428

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

Shades of Forest Green #288428

Tints of Forest Green #288428

Color information

#288428 (or 0x288428) is unknown color: approx Forest Green. HEX triplet: 28, 84 and 28. RGB value is (40,132,40). Sum of RGB (Red+Green+Blue) = 40+132+40=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #288428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288428 is #D77BD7. Grayscale: #5E5E5E. Windows color (decimal): -14121944 or 2655272. OLE color: 2655272.

HSL color Cylindrical-coordinate representation of color #288428: hue angle of 120º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288428 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB4013240-
CMYK0.7000.700.48
HSL120º53.49%33.73%-
HSV(B)120º69.7%51.76%-
XYZ9.5117.114.81-
YUV9497.5289.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=18.87%
G=62.26%
B=18.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132400.7000.700.4812053.4933.73
Hex2884284604630783522
Octal50204501060106601706542
Binary101000100001001010001000110010001101100001111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288428; }

 p { color: rgb(40,132,40); }

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

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

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

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

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

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

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