Html Css Color HEX #157141 Dark Spring Green

📋 copy color: '#157141'

red 21 ◦ green 113 ◦ blue 65

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

Shades of Dark Spring Green #157141

Tints of Dark Spring Green #157141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 10.55%
G = 56.78%
B = 32.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#157141 (or 0x157141) is known color: Dark Spring Green. HEX triplet: 15, 71 and 41. RGB value is (21,113,65). Sum of RGB (Red+Green+Blue) = 21+113+65=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #157141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157141 is #EA8EBE. Grayscale: #505050. Windows color (decimal): -15371967 or 4288789. OLE color: 4288789.

HSL color Cylindrical-coordinate representation of color #157141: hue angle of 148.7º 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 #157141 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 113 65 -
CMYK 0.81 0 0.42 0.56
HSL 148.7º 0.69% 0.26% -
HSV(B) 148.7º 0.81% 0.44% -
XYZ 7.17 12.35 7.01 -
YUV 80.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 21 113 65 0.81 0 0.42 0.56 148.7 0.69 0.26
Hex 15 71 41 51 0 2A 38 95 45 1A
Octal 25 161 101 121 0 52 70 225 105 32
Binary 10101 1110001 1000001 1010001 0 101010 111000 10010101 1000101 11010

Color Harmonies of #157141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157141

Black with #157141

Text Example


Text Example

White with #157141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157141; }

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

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

background-color css

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

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

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

border-color css

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

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

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