#157F40

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

Shades of Dark Spring Green #157F40

Tints of Dark Spring Green #157F40

Color information

#157F40 (or 0x157F40) is unknown color: approx Dark Spring Green. HEX triplet: 15, 7F and 40. RGB value is (21,127,64). Sum of RGB (Red+Green+Blue) = 21+127+64=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #157F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157F40 is #EA80BF. Grayscale: #585858. Windows color (decimal): -15368384 or 4226837. OLE color: 4226837.

HSL color Cylindrical-coordinate representation of color #157F40: hue angle of 144.34º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F40 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB2112764-
CMYK0.8300.500.50
HSL144.34º71.62%29.02%-
HSV(B)144.34º83.46%49.8%-
XYZ8.8215.717.42-
YUV88.12114.3880.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=9.91%
G=59.91%
B=30.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21127640.8300.500.50144.3471.6229.02
Hex157F40530323290481d
Octal251771001230626222011035
Binary10101111111110000001010011011001011001010010000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,127,64); }

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

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

 a { background-color: rgb(21,127,64); }

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

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

 span { border-color: rgb(21,127,64); }

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