#1A704A

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

Shades of Dark Spring Green #1A704A

Tints of Dark Spring Green #1A704A

Color information

#1A704A (or 0x1A704A) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 70 and 4A. RGB value is (26,112,74). Sum of RGB (Red+Green+Blue) = 26+112+74=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #1A704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A704A is #E58FB5. Grayscale: #525252. Windows color (decimal): -15044534 or 4878362. OLE color: 4878362.

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

Color convert

RGB2611274-
CMYK0.7700.340.56
HSL153.49º62.32%27.06%-
HSV(B)153.49º76.79%43.92%-
XYZ7.4612.38.46-
YUV81.95123.5188.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=12.26%
G=52.83%
B=34.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26112740.7700.340.56153.4962.3227.06
Hex1A704A4D02238993e1b
Octal32160112115042702317633
Binary1101011100001001010100110101000101110001001100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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