#1A7142

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

Shades of Dark Spring Green #1A7142

Tints of Dark Spring Green #1A7142

Color information

#1A7142 (or 0x1A7142) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 71 and 42. RGB value is (26,113,66). Sum of RGB (Red+Green+Blue) = 26+113+66=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7142 is #E58EBD. Grayscale: #515151. Windows color (decimal): -15044286 or 4354330. OLE color: 4354330.

HSL color Cylindrical-coordinate representation of color #1A7142: hue angle of 147.59º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7142 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB2611366-
CMYK0.7700.420.56
HSL147.59º62.59%27.25%-
HSV(B)147.59º76.99%44.31%-
XYZ7.3112.427.17-
YUV81.63119.1888.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=12.68%
G=55.12%
B=32.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113660.7700.420.56147.5962.5927.25
Hex1A71424D02A38943f1b
Octal32161102115052702247733
Binary1101011100011000010100110101010101110001001010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7142; }

 p { color: rgb(26,113,66); }

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

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

 a { background-color: rgb(26,113,66); }

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

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

 span { border-color: rgb(26,113,66); }

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