#1D6E3F

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

Shades of Dark Spring Green #1D6E3F

Tints of Dark Spring Green #1D6E3F

Color information

#1D6E3F (or 0x1D6E3F) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 6E and 3F. RGB value is (29,110,63). Sum of RGB (Red+Green+Blue) = 29+110+63=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6E3F is #E291C0. Grayscale: #505050. Windows color (decimal): -14848449 or 4156957. OLE color: 4156957.

HSL color Cylindrical-coordinate representation of color #1D6E3F: hue angle of 145.19º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6E3F is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB2911063-
CMYK0.7400.430.57
HSL145.19º58.27%27.25%-
HSV(B)145.19º73.64%43.14%-
XYZ6.9811.776.61-
YUV80.42118.1691.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.36%
GREEN value IS 110 (43.36% from 255) = 54.46%
BLUE value IS 63 (25% from 255) = 31.19%
R=14.36%
G=54.46%
B=31.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29110630.7400.430.57145.1958.2727.25
Hex1D6E3F4A02B39913a1b
Octal3515677112053712217233
Binary111011101110111111100101001010111110011001000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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