#157240

Color #157240 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #157240

Tints of Dark Spring Green #157240

Color information

#157240 (or 0x157240) is unknown color: approx Dark Spring Green. HEX triplet: 15, 72 and 40. RGB value is (21,114,64). Sum of RGB (Red+Green+Blue) = 21+114+64=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #157240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157240 is #EA8DBF. Grayscale: #505050. Windows color (decimal): -15371712 or 4223509. OLE color: 4223509.

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

Color convert

RGB2111464-
CMYK0.8200.440.55
HSL147.74º68.89%26.47%-
HSV(B)147.74º81.58%44.71%-
XYZ7.2512.566.89-
YUV80.49118.6985.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=10.55%
G=57.29%
B=32.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114640.8200.440.55147.7468.8926.47
Hex1572405202C3794451a
Octal251621001220546722410532
Binary10101111001010000001010010010110011011110010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157240; }

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

 H1.HeaderClassName
 {
   color: #157240;
 }
 .AnyTagClassName
 {
   color: #157240;
 }
</style>
background-color css

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

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

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

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

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

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