#157D1E

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

Shades of Forest Green #157D1E

Tints of Forest Green #157D1E

Color information

#157D1E (or 0x157D1E) is unknown color: approx Forest Green. HEX triplet: 15, 7D and 1E. RGB value is (21,125,30). Sum of RGB (Red+Green+Blue) = 21+125+30=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #157D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D1E is #EA82E1. Grayscale: #535353. Windows color (decimal): -15368930 or 1998101. OLE color: 1998101.

HSL color Cylindrical-coordinate representation of color #157D1E: hue angle of 125.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D1E is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB2112530-
CMYK0.8300.760.51
HSL125.19º71.23%28.63%-
HSV(B)125.19º83.2%49.02%-
XYZ7.8814.923.69-
YUV83.0798.0483.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 125 (49.22% from 255) = 71.02%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=11.93%
G=71.02%
B=17.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21125300.8300.760.51125.1971.2328.63
Hex157D1E5304C337d471d
Octal251753612301146317510735
Binary101011111101111101010011010011001100111111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157D1E; }

 p { color: rgb(21,125,30); }

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

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

 a { background-color: rgb(21,125,30); }

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

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

 span { border-color: rgb(21,125,30); }

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