#1A713D

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

Shades of Dark Spring Green #1A713D

Tints of Dark Spring Green #1A713D

Color information

#1A713D (or 0x1A713D) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 71 and 3D. RGB value is (26,113,61). Sum of RGB (Red+Green+Blue) = 26+113+61=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #1A713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A713D is #E58EC2. Grayscale: #515151. Windows color (decimal): -15044291 or 4026650. OLE color: 4026650.

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

Color convert

RGB2611361-
CMYK0.7700.460.56
HSL144.14º62.59%27.25%-
HSV(B)144.14º76.99%44.31%-
XYZ7.1712.376.42-
YUV81.06116.6888.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=13%
G=56.5%
B=30.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113610.7700.460.56144.1462.5927.25
Hex1A713D4D02E38903f1b
Octal3216175115056702207733
Binary110101110001111101100110101011101110001001000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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