#288120

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

Shades of Forest Green #288120

Tints of Forest Green #288120

Color information

#288120 (or 0x288120) is unknown color: approx Forest Green. HEX triplet: 28, 81 and 20. RGB value is (40,129,32). Sum of RGB (Red+Green+Blue) = 40+129+32=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #288120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288120 is #D77EDF. Grayscale: #5B5B5B. Windows color (decimal): -14122720 or 2130216. OLE color: 2130216.

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

Color convert

RGB4012932-
CMYK0.6900.750.49
HSL115.05º60.25%31.57%-
HSV(B)115.05º75.19%50.59%-
XYZ8.9916.264.03-
YUV91.3394.5191.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 129 (50.78% from 255) = 64.18%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=19.90%
G=64.18%
B=15.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129320.6900.750.49115.0560.2531.57
Hex2881204504B31733c20
Octal50201401050113611637440
Binary101000100000011000001000101010010111100011110011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288120; }

 p { color: rgb(40,129,32); }

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

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

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

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

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

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

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