Html Css Color HEX #157144 Dark Spring Green

📋 copy color: '#157144'

red 21 ◦ green 113 ◦ blue 68

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

Shades of Dark Spring Green #157144

Tints of Dark Spring Green #157144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.94%

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

R = 10.4%
G = 55.94%
B = 33.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#157144 (or 0x157144) is known color: Dark Spring Green. HEX triplet: 15, 71 and 44. RGB value is (21,113,68). Sum of RGB (Red+Green+Blue) = 21+113+68=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #157144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157144 is #EA8EBB. Grayscale: #505050. Windows color (decimal): -15371964 or 4485397. OLE color: 4485397.

HSL color Cylindrical-coordinate representation of color #157144: hue angle of 150.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157144 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 113 68 -
CMYK 0.81 0 0.40 0.56
HSL 150.65º 0.69% 0.26% -
HSV(B) 150.65º 0.81% 0.44% -
XYZ 7.26 12.39 7.48 -
YUV 80.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 21 113 68 0.81 0 0.40 0.56 150.65 0.69 0.26
Hex 15 71 44 51 0 28 38 97 45 1A
Octal 25 161 104 121 0 50 70 227 105 32
Binary 10101 1110001 1000100 1010001 0 101000 111000 10010111 1000101 11010

Color Harmonies of #157144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157144

Black with #157144

Text Example


Text Example

White with #157144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157144; }

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

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

background-color css

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

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

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

border-color css

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

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

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