Html Css Color HEX #157049 Dark Spring Green

📋 copy color: '#157049'

red 21 ◦ green 112 ◦ blue 73

#157049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #157049

Tints of Dark Spring Green #157049

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 value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#157049 (or 0x157049) is known color: 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

RGB 21 112 73 -
CMYK 0.81 0 0.35 0.56
HSL 154.29º 0.68% 0.26% -
HSV(B) 154.29º 0.81% 0.44% -
XYZ 7.31 12.23 8.28 -
YUV 80.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 21 112 73 0.81 0 0.35 0.56 154.29 0.68 0.26
Hex 15 70 49 51 0 23 38 9A 44 1A
Octal 25 160 111 121 0 43 70 232 104 32
Binary 10101 1110000 1001001 1010001 0 100011 111000 10011010 1000100 11010

Color Harmonies of #157049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157049

Black with #157049

Text Example


Text Example

White with #157049

Text Example


Text Example

HTML Codes & Css Web 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>