Html Css Color HEX #157D42 Dark Spring Green

📋 copy color: '#157D42'

red 21 ◦ green 125 ◦ blue 66

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

Shades of Dark Spring Green #157D42

Tints of Dark Spring Green #157D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 9.91%
G = 58.96%
B = 31.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#157D42 (or 0x157D42) is known color: Dark Spring Green. HEX triplet: 15, 7D and 42. RGB value is (21,125,66). Sum of RGB (Red+Green+Blue) = 21+125+66=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #157D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D42 is #EA82BD. Grayscale: #575757. Windows color (decimal): -15368894 or 4357397. OLE color: 4357397.

HSL color Cylindrical-coordinate representation of color #157D42: hue angle of 145.96º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D42 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 125 66 -
CMYK 0.83 0 0.47 0.51
HSL 145.96º 0.71% 0.29% -
HSV(B) 145.96º 0.83% 0.49% -
XYZ 8.63 15.22 7.64 -
YUV 87.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 21 125 66 0.83 0 0.47 0.51 145.96 0.71 0.29
Hex 15 7D 42 53 0 2F 33 92 47 1D
Octal 25 175 102 123 0 57 63 222 107 35
Binary 10101 1111101 1000010 1010011 0 101111 110011 10010010 1000111 11101

Color Harmonies of #157D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D42

Black with #157D42

Text Example


Text Example

White with #157D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157D42; }

 p { color: rgb(21,125,66); }

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

background-color css

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

 a { background-color: rgb(21,125,66); }

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

border-color css

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

 span { border-color: rgb(21,125,66); }

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