#1D7342

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

Shades of Dark Spring Green #1D7342

Tints of Dark Spring Green #1D7342

Color information

#1D7342 (or 0x1D7342) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 73 and 42. RGB value is (29,115,66). Sum of RGB (Red+Green+Blue) = 29+115+66=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7342 is #E28CBD. Grayscale: #535353. Windows color (decimal): -14847166 or 4354845. OLE color: 4354845.

HSL color Cylindrical-coordinate representation of color #1D7342: hue angle of 145.81º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7342 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB2911566-
CMYK0.7500.430.55
HSL145.81º59.72%28.24%-
HSV(B)145.81º74.78%45.1%-
XYZ7.6212.927.25-
YUV83.7118.0188.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=13.81%
G=54.76%
B=31.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115660.7500.430.55145.8159.7228.24
Hex1D73424B02B37923c1c
Octal35163102113053672227434
Binary1110111100111000010100101101010111101111001001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,66); }

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

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

 a { background-color: rgb(29,115,66); }

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

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

 span { border-color: rgb(29,115,66); }

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