#1D704E

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

Shades of Dark Spring Green #1D704E

Tints of Dark Spring Green #1D704E

Color information

#1D704E (or 0x1D704E) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 70 and 4E. RGB value is (29,112,78). Sum of RGB (Red+Green+Blue) = 29+112+78=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #1D704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D704E is #E28FB1. Grayscale: #535353. Windows color (decimal): -14847922 or 5140509. OLE color: 5140509.

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

Color convert

RGB2911278-
CMYK0.7400.300.56
HSL155.42º58.87%27.65%-
HSV(B)155.42º74.11%43.92%-
XYZ7.6812.49.2-
YUV83.3112589.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=13.24%
G=51.14%
B=35.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29112780.7400.300.56155.4258.8727.65
Hex1D704E4A01E389b3b1c
Octal35160116112036702337334
Binary111011110000100111010010100111101110001001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,112,78); }

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

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

 a { background-color: rgb(29,112,78); }

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

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

 span { border-color: rgb(29,112,78); }

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