Html Css Color HEX #157E40 Dark Spring Green

📋 copy color: '#157E40'

red 21 ◦ green 126 ◦ blue 64

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

Shades of Dark Spring Green #157E40

Tints of Dark Spring Green #157E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 59.72%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 9.95%
G = 59.72%
B = 30.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#157E40 (or 0x157E40) is known color: Dark Spring Green. HEX triplet: 15, 7E and 40. RGB value is (21,126,64). Sum of RGB (Red+Green+Blue) = 21+126+64=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #157E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157E40 is #EA81BF. Grayscale: #575757. Windows color (decimal): -15368640 or 4226581. OLE color: 4226581.

HSL color Cylindrical-coordinate representation of color #157E40: hue angle of 144.57º 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 #157E40 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 64 -
CMYK 0.83 0 0.49 0.51
HSL 144.57º 0.71% 0.29% -
HSV(B) 144.57º 0.83% 0.49% -
XYZ 8.7 15.45 7.37 -
YUV 87.54 114.71 80.54 -
System Red Green Blue C M Y K H S L
Decimal 21 126 64 0.83 0 0.49 0.51 144.57 0.71 0.29
Hex 15 7E 40 53 0 31 33 91 47 1D
Octal 25 176 100 123 0 61 63 221 107 35
Binary 10101 1111110 1000000 1010011 0 110001 110011 10010001 1000111 11101

Color Harmonies of #157E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E40

Black with #157E40

Text Example


Text Example

White with #157E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,126,64); }

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

background-color css

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

 a { background-color: rgb(21,126,64); }

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

border-color css

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

 span { border-color: rgb(21,126,64); }

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