#157249

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

Shades of Dark Spring Green #157249

Tints of Dark Spring Green #157249

Color information

#157249 (or 0x157249) is unknown color: approx Dark Spring Green. HEX triplet: 15, 72 and 49. RGB value is (21,114,73). Sum of RGB (Red+Green+Blue) = 21+114+73=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #157249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157249 is #EA8DB6. Grayscale: #515151. Windows color (decimal): -15371703 or 4813333. OLE color: 4813333.

HSL color Cylindrical-coordinate representation of color #157249: hue angle of 153.55º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157249 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB2111473-
CMYK0.8200.360.55
HSL153.55º68.89%26.47%-
HSV(B)153.55º81.58%44.71%-
XYZ7.5312.688.35-
YUV81.52123.1984.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=10.10%
G=54.81%
B=35.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114730.8200.360.55153.5568.8926.47
Hex15724952024379a451a
Octal251621111220446723210532
Binary10101111001010010011010010010010011011110011010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157249; }

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

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

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

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

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

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

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

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