#1A7249

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

Shades of Dark Spring Green #1A7249

Tints of Dark Spring Green #1A7249

Color information

#1A7249 (or 0x1A7249) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 72 and 49. RGB value is (26,114,73). Sum of RGB (Red+Green+Blue) = 26+114+73=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7249 is #E58DB6. Grayscale: #535353. Windows color (decimal): -15044023 or 4813338. OLE color: 4813338.

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

Color convert

RGB2611473-
CMYK0.7700.360.55
HSL152.05º62.86%27.45%-
HSV(B)152.05º77.19%44.71%-
XYZ7.6512.748.36-
YUV83.01122.3587.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=12.21%
G=53.52%
B=34.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114730.7700.360.55152.0562.8627.45
Hex1A72494D02437983f1b
Octal32162111115044672307733
Binary1101011100101001001100110101001001101111001100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,73); }

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

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

 a { background-color: rgb(26,114,73); }

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

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

 span { border-color: rgb(26,114,73); }

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