Shades of Jewel #1D6945
Tints of Jewel #1D6945
RGB
CMYK
RGB Variations
Color information
#1D6945 (or 0x1D6945) is known color: Jewel. HEX triplet: 1D, 69 and 45. RGB value is (29,105,69). Sum of RGB (Red+Green+Blue) = 29+105+69=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6945 is #E296BA. Grayscale: #4E4E4E. Windows color (decimal): -14849723 or 4548893. OLE color: 4548893.
HSL color Cylindrical-coordinate representation of color #1D6945: hue angle of 151.58º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6945 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 105 | 69 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.59 |
| HSL | 151.58º | 0.57% | 0.26% | - |
| HSV(B) | 151.58º | 0.72% | 0.41% | - |
| XYZ | 6.63 | 10.79 | 7.36 | - |
| YUV | 78.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 69 | 0.72 | 0 | 0.34 | 0.59 | 151.58 | 0.57 | 0.26 |
| Hex | 1D | 69 | 45 | 48 | 0 | 22 | 3B | 98 | 39 | 1A |
| Octal | 35 | 151 | 105 | 110 | 0 | 42 | 73 | 230 | 71 | 32 |
| Binary | 11101 | 1101001 | 1000101 | 1001000 | 0 | 100010 | 111011 | 10011000 | 111001 | 11010 |
Color Harmonies of #1D6945
Complementary color
Monochromatic Colors of #1D6945
Black with #1D6945
Text Example
Text Example
White with #1D6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6945; }
p { color: rgb(29,105,69); }
H1.HeaderClassName
{
color: #1D6945;
}
.AnyTagClassName
{
color: #1D6945;
}
</style>
background-color css
<style>
a { background-color: #1D6945; }
a { background-color: rgb(29,105,69); }
div.DivClassName
{
background-color: #1D6945;
}
.BgClassName
{
background-color: #1D6945;
}
</style>
border-color css
<style>
span { border-color: #1D6945; }
span { border-color: rgb(29,105,69); }
td.TdClassName
{
border-color: #1D6945;
}
.TagClassName
{
border-color: #1D6945;
}
</style>