Html Css Color HEX #157244 Dark Spring Green

📋 copy color: '#157244'

red 21 ◦ green 114 ◦ blue 68

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

Shades of Dark Spring Green #157244

Tints of Dark Spring Green #157244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 10.34%
G = 56.16%
B = 33.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#157244 (or 0x157244) is known color: Dark Spring Green. HEX triplet: 15, 72 and 44. RGB value is (21,114,68). Sum of RGB (Red+Green+Blue) = 21+114+68=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #157244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157244 is #EA8DBB. Grayscale: #515151. Windows color (decimal): -15371708 or 4485653. OLE color: 4485653.

HSL color Cylindrical-coordinate representation of color #157244: hue angle of 150.32º 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 #157244 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 68 -
CMYK 0.82 0 0.40 0.55
HSL 150.32º 0.69% 0.26% -
HSV(B) 150.32º 0.82% 0.45% -
XYZ 7.37 12.61 7.51 -
YUV 80.95 120.69 85.24 -
System Red Green Blue C M Y K H S L
Decimal 21 114 68 0.82 0 0.40 0.55 150.32 0.69 0.26
Hex 15 72 44 52 0 28 37 96 45 1A
Octal 25 162 104 122 0 50 67 226 105 32
Binary 10101 1110010 1000100 1010010 0 101000 110111 10010110 1000101 11010

Color Harmonies of #157244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157244

Black with #157244

Text Example


Text Example

White with #157244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157244; }

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

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

background-color css

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

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

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

border-color css

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

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

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