#1A714C

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

Shades of Dark Spring Green #1A714C

Tints of Dark Spring Green #1A714C

Color information

#1A714C (or 0x1A714C) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 71 and 4C. RGB value is (26,113,76). Sum of RGB (Red+Green+Blue) = 26+113+76=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #1A714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A714C is #E58EB3. Grayscale: #525252. Windows color (decimal): -15044276 or 5009690. OLE color: 5009690.

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

Color convert

RGB2611376-
CMYK0.7700.330.56
HSL154.48º62.59%27.25%-
HSV(B)154.48º76.99%44.31%-
XYZ7.6412.558.86-
YUV82.77124.1887.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=12.09%
G=52.56%
B=35.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113760.7700.330.56154.4862.5927.25
Hex1A714C4D021389a3f1b
Octal32161114115041702327733
Binary1101011100011001100100110101000011110001001101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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