Shades of Jewel #1C6645
Tints of Jewel #1C6645
RGB
CMYK
RGB Variations
Color information
#1C6645 (or 0x1C6645) is known color: Jewel. HEX triplet: 1C, 66 and 45. RGB value is (28,102,69). Sum of RGB (Red+Green+Blue) = 28+102+69=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6645 is #E399BA. Grayscale: #4C4C4C. Windows color (decimal): -14916027 or 4548124. OLE color: 4548124.
HSL color Cylindrical-coordinate representation of color #1C6645: hue angle of 153.24º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6645 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 69 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.6 |
| HSL | 153.24º | 0.57% | 0.25% | - |
| HSV(B) | 153.24º | 0.73% | 0.4% | - |
| XYZ | 6.3 | 10.18 | 7.26 | - |
| YUV | 76.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 69 | 0.73 | 0 | 0.32 | 0.6 | 153.24 | 0.57 | 0.25 |
| Hex | 1C | 66 | 45 | 49 | 0 | 20 | 3C | 99 | 39 | 19 |
| Octal | 34 | 146 | 105 | 111 | 0 | 40 | 74 | 231 | 71 | 31 |
| Binary | 11100 | 1100110 | 1000101 | 1001001 | 0 | 100000 | 111100 | 10011001 | 111001 | 11001 |
Color Harmonies of #1C6645
Complementary color
Monochromatic Colors of #1C6645
Black with #1C6645
Text Example
Text Example
White with #1C6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6645; }
p { color: rgb(28,102,69); }
H1.HeaderClassName
{
color: #1C6645;
}
.AnyTagClassName
{
color: #1C6645;
}
</style>
background-color css
<style>
a { background-color: #1C6645; }
a { background-color: rgb(28,102,69); }
div.DivClassName
{
background-color: #1C6645;
}
.BgClassName
{
background-color: #1C6645;
}
</style>
border-color css
<style>
span { border-color: #1C6645; }
span { border-color: rgb(28,102,69); }
td.TdClassName
{
border-color: #1C6645;
}
.TagClassName
{
border-color: #1C6645;
}
</style>