#1D6F41

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

Shades of Dark Spring Green #1D6F41

Tints of Dark Spring Green #1D6F41

Color information

#1D6F41 (or 0x1D6F41) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 6F and 41. RGB value is (29,111,65). Sum of RGB (Red+Green+Blue) = 29+111+65=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6F41 is #E290BE. Grayscale: #515151. Windows color (decimal): -14848191 or 4288285. OLE color: 4288285.

HSL color Cylindrical-coordinate representation of color #1D6F41: hue angle of 146.34º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F41 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB2911165-
CMYK0.7400.410.56
HSL146.34º58.57%27.45%-
HSV(B)146.34º73.87%43.53%-
XYZ7.1512.016.94-
YUV81.24118.8390.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=14.15%
G=54.15%
B=31.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29111650.7400.410.56146.3458.5727.45
Hex1D6F414A02938923b1b
Octal35157101112051702227333
Binary1110111011111000001100101001010011110001001001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,111,65); }

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

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

 a { background-color: rgb(29,111,65); }

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

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

 span { border-color: rgb(29,111,65); }

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