#158D34

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

Shades of Forest Green #158D34

Tints of Forest Green #158D34

Color information

#158D34 (or 0x158D34) is unknown color: approx Forest Green. HEX triplet: 15, 8D and 34. RGB value is (21,141,52). Sum of RGB (Red+Green+Blue) = 21+141+52=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 141 (55.47% from 255 or 65.89% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 141 - color contains mainly: green. Hex color #158D34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158D34 is #EA72CB. Grayscale: #5F5F5F. Windows color (decimal): -15364812 or 3443989. OLE color: 3443989.

HSL color Cylindrical-coordinate representation of color #158D34: hue angle of 135.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158D34 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB2114152-
CMYK0.8500.630.45
HSL135.5º74.07%31.76%-
HSV(B)135.5º85.11%55.29%-
XYZ10.4519.466.45-
YUV94.97103.7475.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 141 (55.47% from 255) = 65.89%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=9.81%
G=65.89%
B=24.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21141520.8500.630.45135.574.0731.76
Hex158D345503F2D884a20
Octal25215641250775521011240
Binary101011000110111010010101010111111101101100010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158D34; }

 p { color: rgb(21,141,52); }

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

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

 a { background-color: rgb(21,141,52); }

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

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

 span { border-color: rgb(21,141,52); }

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