Html Css Color HEX #157046 Dark Spring Green

📋 copy color: '#157046'

red 21 ◦ green 112 ◦ blue 70

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

Shades of Dark Spring Green #157046

Tints of Dark Spring Green #157046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 10.34%
G = 55.17%
B = 34.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#157046 (or 0x157046) is known color: Dark Spring Green. HEX triplet: 15, 70 and 46. RGB value is (21,112,70). Sum of RGB (Red+Green+Blue) = 21+112+70=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #157046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157046 is #EA8FB9. Grayscale: #505050. Windows color (decimal): -15372218 or 4616213. OLE color: 4616213.

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

Color convert

RGB 21 112 70 -
CMYK 0.81 0 0.38 0.56
HSL 152.31º 0.68% 0.26% -
HSV(B) 152.31º 0.81% 0.44% -
XYZ 7.21 12.19 7.77 -
YUV 80 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 21 112 70 0.81 0 0.38 0.56 152.31 0.68 0.26
Hex 15 70 46 51 0 26 38 98 44 1A
Octal 25 160 106 121 0 46 70 230 104 32
Binary 10101 1110000 1000110 1010001 0 100110 111000 10011000 1000100 11010

Color Harmonies of #157046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157046

Black with #157046

Text Example


Text Example

White with #157046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157046; }

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

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

background-color css

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

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

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

border-color css

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

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

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