#1D6F4B

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

Shades of Dark Spring Green #1D6F4B

Tints of Dark Spring Green #1D6F4B

Color information

#1D6F4B (or 0x1D6F4B) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 6F and 4B. RGB value is (29,111,75). Sum of RGB (Red+Green+Blue) = 29+111+75=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6F4B is #E290B4. Grayscale: #525252. Windows color (decimal): -14848181 or 4943645. OLE color: 4943645.

HSL color Cylindrical-coordinate representation of color #1D6F4B: hue angle of 153.66º 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 #1D6F4B is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB2911175-
CMYK0.7400.320.56
HSL153.66º58.57%27.45%-
HSV(B)153.66º73.87%43.53%-
XYZ7.4612.148.61-
YUV82.38123.8389.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=13.49%
G=51.63%
B=34.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29111750.7400.320.56153.6658.5727.45
Hex1D6F4B4A020389a3b1b
Octal35157113112040702327333
Binary1110111011111001011100101001000001110001001101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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