#1D713F

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

Shades of Dark Spring Green #1D713F

Tints of Dark Spring Green #1D713F

Color information

#1D713F (or 0x1D713F) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 71 and 3F. RGB value is (29,113,63). Sum of RGB (Red+Green+Blue) = 29+113+63=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #1D713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D713F is #E28EC0. Grayscale: #525252. Windows color (decimal): -14847681 or 4157725. OLE color: 4157725.

HSL color Cylindrical-coordinate representation of color #1D713F: hue angle of 144.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D713F is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB2911363-
CMYK0.7400.440.56
HSL144.29º59.15%27.84%-
HSV(B)144.29º74.34%44.31%-
XYZ7.3112.436.72-
YUV82.18117.1790.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 63 (25% from 255) = 30.73%
R=14.15%
G=55.12%
B=30.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113630.7400.440.56144.2959.1527.84
Hex1D713F4A02C38903b1c
Octal3516177112054702207334
Binary111011110001111111100101001011001110001001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,63); }

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

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

 a { background-color: rgb(29,113,63); }

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

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

 span { border-color: rgb(29,113,63); }

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