Shades of Jewel #1C6147
Tints of Jewel #1C6147
RGB
CMYK
RGB Variations
Color information
#1C6147 (or 0x1C6147) is known color: Jewel. HEX triplet: 1C, 61 and 47. RGB value is (28,97,71). Sum of RGB (Red+Green+Blue) = 28+97+71=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6147 is #E39EB8. Grayscale: #494949. Windows color (decimal): -14917305 or 4677916. OLE color: 4677916.
HSL color Cylindrical-coordinate representation of color #1C6147: hue angle of 157.39º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6147 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 97 | 71 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.62 |
| HSL | 157.39º | 0.55% | 0.25% | - |
| HSV(B) | 157.39º | 0.71% | 0.38% | - |
| XYZ | 5.89 | 9.25 | 7.44 | - |
| YUV | 73.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 71 | 0.71 | 0 | 0.27 | 0.62 | 157.39 | 0.55 | 0.25 |
| Hex | 1C | 61 | 47 | 47 | 0 | 1B | 3E | 9D | 37 | 19 |
| Octal | 34 | 141 | 107 | 107 | 0 | 33 | 76 | 235 | 67 | 31 |
| Binary | 11100 | 1100001 | 1000111 | 1000111 | 0 | 11011 | 111110 | 10011101 | 110111 | 11001 |
Color Harmonies of #1C6147
Complementary color
Monochromatic Colors of #1C6147
Black with #1C6147
Text Example
Text Example
White with #1C6147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6147; }
p { color: rgb(28,97,71); }
H1.HeaderClassName
{
color: #1C6147;
}
.AnyTagClassName
{
color: #1C6147;
}
</style>
background-color css
<style>
a { background-color: #1C6147; }
a { background-color: rgb(28,97,71); }
div.DivClassName
{
background-color: #1C6147;
}
.BgClassName
{
background-color: #1C6147;
}
</style>
border-color css
<style>
span { border-color: #1C6147; }
span { border-color: rgb(28,97,71); }
td.TdClassName
{
border-color: #1C6147;
}
.TagClassName
{
border-color: #1C6147;
}
</style>