#1D7E3F

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

Shades of Dark Spring Green #1D7E3F

Tints of Dark Spring Green #1D7E3F

Color information

#1D7E3F (or 0x1D7E3F) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 7E and 3F. RGB value is (29,126,63). Sum of RGB (Red+Green+Blue) = 29+126+63=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7E3F is #E281C0. Grayscale: #595959. Windows color (decimal): -14844353 or 4161053. OLE color: 4161053.

HSL color Cylindrical-coordinate representation of color #1D7E3F: hue angle of 141.03º degrees, saturation: 0.63, 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 #1D7E3F is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB2912663-
CMYK0.7700.500.51
HSL141.03º62.58%30.39%-
HSV(B)141.03º76.98%49.41%-
XYZ8.8615.547.24-
YUV89.81112.8684.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 126 (49.61% from 255) = 57.80%
BLUE value IS 63 (25% from 255) = 28.90%
R=13.30%
G=57.80%
B=28.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29126630.7700.500.51141.0362.5830.39
Hex1D7E3F4D032338d3f1e
Octal3517677115062632157736
Binary111011111110111111100110101100101100111000110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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