Html Css Color HEX #157042 Dark Spring Green

📋 copy color: '#157042'

red 21 ◦ green 112 ◦ blue 66

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

Shades of Dark Spring Green #157042

Tints of Dark Spring Green #157042

RGB

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

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

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

R = 10.55%
G = 56.28%
B = 33.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#157042 (or 0x157042) is known color: Dark Spring Green. HEX triplet: 15, 70 and 42. RGB value is (21,112,66). Sum of RGB (Red+Green+Blue) = 21+112+66=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #157042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157042 is #EA8FBD. Grayscale: #4F4F4F. Windows color (decimal): -15372222 or 4354069. OLE color: 4354069.

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

Color convert

RGB 21 112 66 -
CMYK 0.81 0 0.41 0.56
HSL 149.67º 0.68% 0.26% -
HSV(B) 149.67º 0.81% 0.44% -
XYZ 7.09 12.14 7.12 -
YUV 79.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 21 112 66 0.81 0 0.41 0.56 149.67 0.68 0.26
Hex 15 70 42 51 0 29 38 96 44 1A
Octal 25 160 102 121 0 51 70 226 104 32
Binary 10101 1110000 1000010 1010001 0 101001 111000 10010110 1000100 11010

Color Harmonies of #157042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157042

Black with #157042

Text Example


Text Example

White with #157042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157042; }

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

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

background-color css

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

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

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

border-color css

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

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

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