#157342

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

Shades of Dark Spring Green #157342

Tints of Dark Spring Green #157342

Color information

#157342 (or 0x157342) is unknown color: approx Dark Spring Green. HEX triplet: 15, 73 and 42. RGB value is (21,115,66). Sum of RGB (Red+Green+Blue) = 21+115+66=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #157342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157342 is #EA8CBD. Grayscale: #515151. Windows color (decimal): -15371454 or 4354837. OLE color: 4354837.

HSL color Cylindrical-coordinate representation of color #157342: hue angle of 148.72º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157342 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB2111566-
CMYK0.8200.430.55
HSL148.72º69.12%26.67%-
HSV(B)148.72º81.74%45.1%-
XYZ7.4212.817.24-
YUV81.31119.3684.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 115 (45.31% from 255) = 56.93%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=10.40%
G=56.93%
B=32.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21115660.8200.430.55148.7269.1226.67
Hex1573425202B3795451b
Octal251631021220536722510533
Binary10101111001110000101010010010101111011110010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157342; }

 p { color: rgb(21,115,66); }

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

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

 a { background-color: rgb(21,115,66); }

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

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

 span { border-color: rgb(21,115,66); }

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