Html Css Color HEX #157442 Dark Spring Green

📋 copy color: '#157442'

red 21 ◦ green 116 ◦ blue 66

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

Shades of Dark Spring Green #157442

Tints of Dark Spring Green #157442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

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

R = 10.34%
G = 57.14%
B = 32.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#157442 (or 0x157442) is known color: Dark Spring Green. HEX triplet: 15, 74 and 42. RGB value is (21,116,66). Sum of RGB (Red+Green+Blue) = 21+116+66=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #157442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157442 is #EA8BBD. Grayscale: #525252. Windows color (decimal): -15371198 or 4355093. OLE color: 4355093.

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

Color convert

RGB 21 116 66 -
CMYK 0.82 0 0.43 0.55
HSL 148.42º 0.69% 0.27% -
HSV(B) 148.42º 0.82% 0.45% -
XYZ 7.54 13.04 7.27 -
YUV 81.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 21 116 66 0.82 0 0.43 0.55 148.42 0.69 0.27
Hex 15 74 42 52 0 2B 37 94 45 1B
Octal 25 164 102 122 0 53 67 224 105 33
Binary 10101 1110100 1000010 1010010 0 101011 110111 10010100 1000101 11011

Color Harmonies of #157442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157442

Black with #157442

Text Example


Text Example

White with #157442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157442; }

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

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

background-color css

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

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

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

border-color css

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

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

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