#157D1B

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

Shades of Forest Green #157D1B

Tints of Forest Green #157D1B

Color information

#157D1B (or 0x157D1B) is unknown color: approx Forest Green. HEX triplet: 15, 7D and 1B. RGB value is (21,125,27). Sum of RGB (Red+Green+Blue) = 21+125+27=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 125 (49.22% from 255 or 72.25% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 125 - color contains mainly: green. Hex color #157D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D1B is #EA82E4. Grayscale: #535353. Windows color (decimal): -15368933 or 1801493. OLE color: 1801493.

HSL color Cylindrical-coordinate representation of color #157D1B: hue angle of 123.46º 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 #157D1B is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB2112527-
CMYK0.8300.780.51
HSL123.46º71.23%28.63%-
HSV(B)123.46º83.2%49.02%-
XYZ7.8414.913.5-
YUV82.7396.5483.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 125 (49.22% from 255) = 72.25%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=12.14%
G=72.25%
B=15.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21125270.8300.780.51123.4671.2328.63
Hex157D1B5304E337b471d
Octal251753312301166317310735
Binary101011111101110111010011010011101100111111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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