#1A724A

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

Shades of Dark Spring Green #1A724A

Tints of Dark Spring Green #1A724A

Color information

#1A724A (or 0x1A724A) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 72 and 4A. RGB value is (26,114,74). Sum of RGB (Red+Green+Blue) = 26+114+74=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #1A724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A724A is #E58DB5. Grayscale: #535353. Windows color (decimal): -15044022 or 4878874. OLE color: 4878874.

HSL color Cylindrical-coordinate representation of color #1A724A: hue angle of 152.73º 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 #1A724A is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB2611474-
CMYK0.7700.350.55
HSL152.73º62.86%27.45%-
HSV(B)152.73º77.19%44.71%-
XYZ7.6812.758.53-
YUV83.13122.8587.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=12.15%
G=53.27%
B=34.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114740.7700.350.55152.7362.8627.45
Hex1A724A4D02337993f1b
Octal32162112115043672317733
Binary1101011100101001010100110101000111101111001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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