#157B13

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

Shades of Forest Green #157B13

Tints of Forest Green #157B13

Color information

#157B13 (or 0x157B13) is unknown color: approx Forest Green. HEX triplet: 15, 7B and 13. RGB value is (21,123,19). Sum of RGB (Red+Green+Blue) = 21+123+19=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 123 (48.44% from 255 or 75.46% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 123 - color contains mainly: green. Hex color #157B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157B13 is #EA84EC. Grayscale: #505050. Windows color (decimal): -15369453 or 1276693. OLE color: 1276693.

HSL color Cylindrical-coordinate representation of color #157B13: hue angle of 118.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157B13 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB2112319-
CMYK0.8300.850.52
HSL118.85º73.24%27.84%-
HSV(B)118.85º84.55%48.24%-
XYZ7.5114.372.99-
YUV80.6593.2185.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 123 (48.44% from 255) = 75.46%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=12.88%
G=75.46%
B=11.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21123190.8300.850.52118.8573.2427.84
Hex157B13530553477491c
Octal251732312301256416711134
Binary101011111011100111010011010101011101001110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,123,19); }

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

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

 a { background-color: rgb(21,123,19); }

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

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

 span { border-color: rgb(21,123,19); }

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