#1d6c5f

Color #1D6C5F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1D6C5F

Tints of Blue Stone #1D6C5F

Color information

#1D6C5F (or 0x1D6C5F) is unknown color: approx Blue Stone. HEX triplet: 1D, 6C and 5F. RGB value is (29,108,95). Sum of RGB (Red+Green+Blue) = 29+108+95=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #1D6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6C5F is #E293A0. Grayscale: #525252. Windows color (decimal): -14848929 or 6253597. OLE color: 6253597.

HSL color Cylindrical-coordinate representation of color #1D6C5F: hue angle of 170.13º degrees, saturation: 0.58, 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 #1D6C5F is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB2910895-
CMYK0.7300.120.58
HSL170.13º57.66%26.86%-
HSV(B)170.13º73.15%42.35%-
XYZ7.9311.8112.69-
YUV82.9134.8389.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.5%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=12.5%
G=46.55%
B=40.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29108950.7300.120.58170.1357.6626.86
Hex1D6C5F490C3Aaa3a1b
Octal35154137111014722527233
Binary11101110110010111111001001011001110101010101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d6c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,108,95); }

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

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

 a { background-color: rgb(29,108,95); }

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

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

 span { border-color: rgb(29,108,95); }

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