Html Css Color HEX #157742 Dark Spring Green

📋 copy color: '#157742'

red 21 ◦ green 119 ◦ blue 66

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

Shades of Dark Spring Green #157742

Tints of Dark Spring Green #157742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.77%

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

R = 10.19%
G = 57.77%
B = 32.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#157742 (or 0x157742) is known color: Dark Spring Green. HEX triplet: 15, 77 and 42. RGB value is (21,119,66). Sum of RGB (Red+Green+Blue) = 21+119+66=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #157742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157742 is #EA88BD. Grayscale: #535353. Windows color (decimal): -15370430 or 4355861. OLE color: 4355861.

HSL color Cylindrical-coordinate representation of color #157742: hue angle of 147.55º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157742 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 119 66 -
CMYK 0.82 0 0.45 0.53
HSL 147.55º 0.7% 0.27% -
HSV(B) 147.55º 0.82% 0.47% -
XYZ 7.89 13.75 7.39 -
YUV 83.66 118.03 83.31 -
System Red Green Blue C M Y K H S L
Decimal 21 119 66 0.82 0 0.45 0.53 147.55 0.7 0.27
Hex 15 77 42 52 0 2D 35 94 46 1B
Octal 25 167 102 122 0 55 65 224 106 33
Binary 10101 1110111 1000010 1010010 0 101101 110101 10010100 1000110 11011

Color Harmonies of #157742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157742

Black with #157742

Text Example


Text Example

White with #157742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157742; }

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

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

background-color css

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

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

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

border-color css

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

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

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