#157C14

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

Shades of Forest Green #157C14

Tints of Forest Green #157C14

Color information

#157C14 (or 0x157C14) is unknown color: approx Forest Green. HEX triplet: 15, 7C and 14. RGB value is (21,124,20). Sum of RGB (Red+Green+Blue) = 21+124+20=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 124 (48.83% from 255 or 75.15% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 124 - color contains mainly: green. Hex color #157C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157C14 is #EA83EB. Grayscale: #515151. Windows color (decimal): -15369196 or 1342485. OLE color: 1342485.

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

Color convert

RGB2112420-
CMYK0.8300.840.51
HSL119.42º72.22%28.24%-
HSV(B)119.42º83.87%48.63%-
XYZ7.6414.633.08-
YUV81.3593.3884.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 124 (48.83% from 255) = 75.15%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=12.73%
G=75.15%
B=12.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21124200.8300.840.51119.4272.2228.24
Hex157C14530543377481c
Octal251742412301246316711034
Binary101011111100101001010011010101001100111110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,124,20); }

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

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

 a { background-color: rgb(21,124,20); }

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

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

 span { border-color: rgb(21,124,20); }

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