#1D7C42

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

Shades of Dark Spring Green #1D7C42

Tints of Dark Spring Green #1D7C42

Color information

#1D7C42 (or 0x1D7C42) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 7C and 42. RGB value is (29,124,66). Sum of RGB (Red+Green+Blue) = 29+124+66=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7C42 is #E283BD. Grayscale: #595959. Windows color (decimal): -14844862 or 4357149. OLE color: 4357149.

HSL color Cylindrical-coordinate representation of color #1D7C42: hue angle of 143.37º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C42 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB2912466-
CMYK0.7700.470.51
HSL143.37º62.09%30%-
HSV(B)143.37º76.61%48.63%-
XYZ8.715.077.6-
YUV88.98115.0385.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=13.24%
G=56.62%
B=30.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29124660.7700.470.51143.3762.0930
Hex1D7C424D02F338f3e1e
Octal35174102115057632177636
Binary1110111111001000010100110101011111100111000111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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