#1D6B4B

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

Shades of Dark Spring Green #1D6B4B

Tints of Dark Spring Green #1D6B4B

Color information

#1D6B4B (or 0x1D6B4B) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 6B and 4B. RGB value is (29,107,75). Sum of RGB (Red+Green+Blue) = 29+107+75=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6B4B is #E294B4. Grayscale: #505050. Windows color (decimal): -14849205 or 4942621. OLE color: 4942621.

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

Color convert

RGB2910775-
CMYK0.7300.300.58
HSL155.38º57.35%26.67%-
HSV(B)155.38º72.9%41.96%-
XYZ7.0311.288.46-
YUV80.03125.1691.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=13.74%
G=50.71%
B=35.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29107750.7300.300.58155.3857.3526.67
Hex1D6B4B4901E3A9b391b
Octal35153113111036722337133
Binary111011101011100101110010010111101110101001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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