Html Css Color HEX #157242 Dark Spring Green

📋 copy color: '#157242'

red 21 ◦ green 114 ◦ blue 66

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

Shades of Dark Spring Green #157242

Tints of Dark Spring Green #157242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.72%

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

R = 10.45%
G = 56.72%
B = 32.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#157242 (or 0x157242) is known color: Dark Spring Green. HEX triplet: 15, 72 and 42. RGB value is (21,114,66). Sum of RGB (Red+Green+Blue) = 21+114+66=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #157242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157242 is #EA8DBD. Grayscale: #505050. Windows color (decimal): -15371710 or 4354581. OLE color: 4354581.

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

Color convert

RGB 21 114 66 -
CMYK 0.82 0 0.42 0.55
HSL 149.03º 0.69% 0.26% -
HSV(B) 149.03º 0.82% 0.45% -
XYZ 7.31 12.59 7.2 -
YUV 80.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 21 114 66 0.82 0 0.42 0.55 149.03 0.69 0.26
Hex 15 72 42 52 0 2A 37 95 45 1A
Octal 25 162 102 122 0 52 67 225 105 32
Binary 10101 1110010 1000010 1010010 0 101010 110111 10010101 1000101 11010

Color Harmonies of #157242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157242

Black with #157242

Text Example


Text Example

White with #157242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157242; }

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

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

background-color css

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

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

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

border-color css

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

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

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