#157049

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

Shades of Dark Spring Green #157049

Tints of Dark Spring Green #157049

Color information

#157049 (or 0x157049) is unknown color: approx Dark Spring Green. HEX triplet: 15, 70 and 49. RGB value is (21,112,73). Sum of RGB (Red+Green+Blue) = 21+112+73=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #157049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157049 is #EA8FB6. Grayscale: #505050. Windows color (decimal): -15372215 or 4812821. OLE color: 4812821.

HSL color Cylindrical-coordinate representation of color #157049: hue angle of 154.29º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157049 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB2111273-
CMYK0.8100.350.56
HSL154.29º68.42%26.08%-
HSV(B)154.29º81.25%43.92%-
XYZ7.3112.238.28-
YUV80.34123.8585.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=10.19%
G=54.37%
B=35.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112730.8100.350.56154.2968.4226.08
Hex15704951023389a441a
Octal251601111210437023210432
Binary10101111000010010011010001010001111100010011010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157049; }

 p { color: rgb(21,112,73); }

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

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

 a { background-color: rgb(21,112,73); }

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

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

 span { border-color: rgb(21,112,73); }

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