#1A7048

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

Shades of Dark Spring Green #1A7048

Tints of Dark Spring Green #1A7048

Color information

#1A7048 (or 0x1A7048) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 70 and 48. RGB value is (26,112,72). Sum of RGB (Red+Green+Blue) = 26+112+72=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7048 is #E58FB7. Grayscale: #515151. Windows color (decimal): -15044536 or 4747290. OLE color: 4747290.

HSL color Cylindrical-coordinate representation of color #1A7048: hue angle of 152.09º degrees, saturation: 0.62, 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 #1A7048 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB2611272-
CMYK0.7700.360.56
HSL152.09º62.32%27.06%-
HSV(B)152.09º76.79%43.92%-
XYZ7.3912.288.11-
YUV81.73122.5188.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=12.38%
G=53.33%
B=34.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26112720.7700.360.56152.0962.3227.06
Hex1A70484D02438983e1b
Octal32160110115044702307633
Binary1101011100001001000100110101001001110001001100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,72); }

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

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

 a { background-color: rgb(26,112,72); }

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

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

 span { border-color: rgb(26,112,72); }

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