Html Css Color HEX #1D6B5F Blue Stone

📋 copy color: '#1D6B5F'

red 29 ◦ green 107 ◦ blue 95

#1D6B5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1D6B5F

Tints of Blue Stone #1D6B5F

RGB

 RED value IS 29 (11.72% from 255) = 12.55%

 GREEN value IS 107 (42.19% from 255) = 46.32%

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 12.55%
G = 46.32%
B = 41.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#1D6B5F (or 0x1D6B5F) is known color: Blue Stone. HEX triplet: 1D, 6B and 5F. RGB value is (29,107,95). Sum of RGB (Red+Green+Blue) = 29+107+95=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B5F is #E294A0. Grayscale: #525252. Windows color (decimal): -14849185 or 6253341. OLE color: 6253341.

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

Color convert

RGB 29 107 95 -
CMYK 0.73 0 0.11 0.58
HSL 170.77º 0.57% 0.27% -
HSV(B) 170.77º 0.73% 0.42% -
XYZ 7.83 11.6 12.65 -
YUV 82.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 29 107 95 0.73 0 0.11 0.58 170.77 0.57 0.27
Hex 1D 6B 5F 49 0 B 3A AB 39 1B
Octal 35 153 137 111 0 13 72 253 71 33
Binary 11101 1101011 1011111 1001001 0 1011 111010 10101011 111001 11011

Color Harmonies of #1D6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B5F

Black with #1D6B5F

Text Example


Text Example

White with #1D6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D6B5F;
 }
 .AnyTagClassName
 {
   color: #1D6B5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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