#158211

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

Shades of Forest Green #158211

Tints of Forest Green #158211

Color information

#158211 (or 0x158211) is unknown color: approx Forest Green. HEX triplet: 15, 82 and 11. RGB value is (21,130,17). Sum of RGB (Red+Green+Blue) = 21+130+17=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #158211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158211 is #EA7DEE. Grayscale: #545454. Windows color (decimal): -15367663 or 1147413. OLE color: 1147413.

HSL color Cylindrical-coordinate representation of color #158211: hue angle of 117.88º 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 #158211 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB2113017-
CMYK0.8400.870.49
HSL117.88º76.87%28.82%-
HSV(B)117.88º86.92%50.98%-
XYZ8.3916.173.21-
YUV84.5389.8982.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 130 (51.17% from 255) = 77.38%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=12.5%
G=77.38%
B=10.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130170.8400.870.49117.8876.8728.82
Hex1582115405731764d1d
Octal252022112401276116611535
Binary1010110000010100011010100010101111100011110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158211; }

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

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

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

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

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

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

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

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