Shades of Jewel #1D6749
Tints of Jewel #1D6749
RGB
CMYK
RGB Variations
Color information
#1D6749 (or 0x1D6749) is known color: Jewel. HEX triplet: 1D, 67 and 49. RGB value is (29,103,73). Sum of RGB (Red+Green+Blue) = 29+103+73=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #1D6749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6749 is #E298B6. Grayscale: #4D4D4D. Windows color (decimal): -14850231 or 4810525. OLE color: 4810525.
HSL color Cylindrical-coordinate representation of color #1D6749: hue angle of 155.68º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6749 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 103 | 73 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.60 |
| HSL | 155.68º | 0.56% | 0.26% | - |
| HSV(B) | 155.68º | 0.72% | 0.4% | - |
| XYZ | 6.56 | 10.44 | 7.97 | - |
| YUV | 77.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 73 | 0.72 | 0 | 0.29 | 0.60 | 155.68 | 0.56 | 0.26 |
| Hex | 1D | 67 | 49 | 48 | 0 | 1D | 3C | 9C | 38 | 1A |
| Octal | 35 | 147 | 111 | 110 | 0 | 35 | 74 | 234 | 70 | 32 |
| Binary | 11101 | 1100111 | 1001001 | 1001000 | 0 | 11101 | 111100 | 10011100 | 111000 | 11010 |
Color Harmonies of #1D6749
Complementary color
Monochromatic Colors of #1D6749
Black with #1D6749
Text Example
Text Example
White with #1D6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6749; }
p { color: rgb(29,103,73); }
H1.HeaderClassName
{
color: #1D6749;
}
.AnyTagClassName
{
color: #1D6749;
}
</style>
background-color css
<style>
a { background-color: #1D6749; }
a { background-color: rgb(29,103,73); }
div.DivClassName
{
background-color: #1D6749;
}
.BgClassName
{
background-color: #1D6749;
}
</style>
border-color css
<style>
span { border-color: #1D6749; }
span { border-color: rgb(29,103,73); }
td.TdClassName
{
border-color: #1D6749;
}
.TagClassName
{
border-color: #1D6749;
}
</style>