Html Css Color HEX #157047 Dark Spring Green

📋 copy color: '#157047'

red 21 ◦ green 112 ◦ blue 71

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

Shades of Dark Spring Green #157047

Tints of Dark Spring Green #157047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.9%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 10.29%
G = 54.9%
B = 34.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#157047 (or 0x157047) is known color: Dark Spring Green. HEX triplet: 15, 70 and 47. RGB value is (21,112,71). Sum of RGB (Red+Green+Blue) = 21+112+71=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #157047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157047 is #EA8FB8. Grayscale: #505050. Windows color (decimal): -15372217 or 4681749. OLE color: 4681749.

HSL color Cylindrical-coordinate representation of color #157047: hue angle of 152.97º 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 #157047 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 71 -
CMYK 0.81 0 0.37 0.56
HSL 152.97º 0.68% 0.26% -
HSV(B) 152.97º 0.81% 0.44% -
XYZ 7.24 12.2 7.93 -
YUV 80.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 21 112 71 0.81 0 0.37 0.56 152.97 0.68 0.26
Hex 15 70 47 51 0 25 38 99 44 1A
Octal 25 160 107 121 0 45 70 231 104 32
Binary 10101 1110000 1000111 1010001 0 100101 111000 10011001 1000100 11010

Color Harmonies of #157047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157047

Black with #157047

Text Example


Text Example

White with #157047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157047; }

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

 H1.HeaderClassName
 {
   color: #157047;
 }
 .AnyTagClassName
 {
   color: #157047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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