Html Css Color HEX #157249 Dark Spring Green

📋 copy color: '#157249'

red 21 ◦ green 114 ◦ blue 73

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

Shades of Dark Spring Green #157249

Tints of Dark Spring Green #157249

RGB

 RED value IS 21 (8.59% from 255) = 10.1%

 GREEN value IS 114 (44.92% from 255) = 54.81%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 10.1%
G = 54.81%
B = 35.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 21 114 73 -
CMYK 0.82 0 0.36 0.55
HSL 153.55º 0.69% 0.26% -
HSV(B) 153.55º 0.82% 0.45% -
XYZ 7.53 12.68 8.35 -
YUV 81.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 21 114 73 0.82 0 0.36 0.55 153.55 0.69 0.26
Hex 15 72 49 52 0 24 37 9A 45 1A
Octal 25 162 111 122 0 44 67 232 105 32
Binary 10101 1110010 1001001 1010010 0 100100 110111 10011010 1000101 11010

Color Harmonies of #157249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157249

Black with #157249

Text Example


Text Example

White with #157249

Text Example


Text Example

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