#157D11

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

Shades of Forest Green #157D11

Tints of Forest Green #157D11

Color information

#157D11 (or 0x157D11) is unknown color: approx Forest Green. HEX triplet: 15, 7D and 11. RGB value is (21,125,17). Sum of RGB (Red+Green+Blue) = 21+125+17=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #157D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157D11 is #EA82EE. Grayscale: #515151. Windows color (decimal): -15368943 or 1146133. OLE color: 1146133.

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

Color convert

RGB2112517-
CMYK0.8300.860.51
HSL117.78º76.06%27.84%-
HSV(B)117.78º86.4%49.02%-
XYZ7.7414.872.99-
YUV81.5991.5484.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 125 (49.22% from 255) = 76.69%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=12.88%
G=76.69%
B=10.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21125170.8300.860.51117.7876.0627.84
Hex157D115305633764c1c
Octal251752112301266316611434
Binary101011111101100011010011010101101100111110110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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