Html Css Color HEX #157241 Dark Spring Green

📋 copy color: '#157241'

red 21 ◦ green 114 ◦ blue 65

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

Shades of Dark Spring Green #157241

Tints of Dark Spring Green #157241

RGB

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

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

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

R = 10.5%
G = 57%
B = 32.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#157241 (or 0x157241) is known color: Dark Spring Green. HEX triplet: 15, 72 and 41. RGB value is (21,114,65). Sum of RGB (Red+Green+Blue) = 21+114+65=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #157241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157241 is #EA8DBE. Grayscale: #505050. Windows color (decimal): -15371711 or 4289045. OLE color: 4289045.

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

Color convert

RGB 21 114 65 -
CMYK 0.82 0 0.43 0.55
HSL 148.39º 0.69% 0.26% -
HSV(B) 148.39º 0.82% 0.45% -
XYZ 7.28 12.58 7.04 -
YUV 80.61 119.19 85.48 -
System Red Green Blue C M Y K H S L
Decimal 21 114 65 0.82 0 0.43 0.55 148.39 0.69 0.26
Hex 15 72 41 52 0 2B 37 94 45 1A
Octal 25 162 101 122 0 53 67 224 105 32
Binary 10101 1110010 1000001 1010010 0 101011 110111 10010100 1000101 11010

Color Harmonies of #157241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157241

Black with #157241

Text Example


Text Example

White with #157241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157241; }

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

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

background-color css

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

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

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

border-color css

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

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

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