Shades of Jewel #1C5F46
Tints of Jewel #1C5F46
RGB
CMYK
RGB Variations
Color information
#1C5F46 (or 0x1C5F46) is known color: Jewel. HEX triplet: 1C, 5F and 46. RGB value is (28,95,70). Sum of RGB (Red+Green+Blue) = 28+95+70=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5F46 is #E3A0B9. Grayscale: #484848. Windows color (decimal): -14917818 or 4611868. OLE color: 4611868.
HSL color Cylindrical-coordinate representation of color #1C5F46: hue angle of 157.61º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5F46 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 28 | 95 | 70 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.63 |
| HSL | 157.61º | 0.54% | 0.24% | - |
| HSV(B) | 157.61º | 0.71% | 0.37% | - |
| XYZ | 5.68 | 8.87 | 7.21 | - |
| YUV | 72.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 95 | 70 | 0.71 | 0 | 0.26 | 0.63 | 157.61 | 0.54 | 0.24 |
| Hex | 1C | 5F | 46 | 47 | 0 | 1A | 3F | 9E | 36 | 18 |
| Octal | 34 | 137 | 106 | 107 | 0 | 32 | 77 | 236 | 66 | 30 |
| Binary | 11100 | 1011111 | 1000110 | 1000111 | 0 | 11010 | 111111 | 10011110 | 110110 | 11000 |
Color Harmonies of #1C5F46
Complementary color
Monochromatic Colors of #1C5F46
Black with #1C5F46
Text Example
Text Example
White with #1C5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5F46; }
p { color: rgb(28,95,70); }
H1.HeaderClassName
{
color: #1C5F46;
}
.AnyTagClassName
{
color: #1C5F46;
}
</style>
background-color css
<style>
a { background-color: #1C5F46; }
a { background-color: rgb(28,95,70); }
div.DivClassName
{
background-color: #1C5F46;
}
.BgClassName
{
background-color: #1C5F46;
}
</style>
border-color css
<style>
span { border-color: #1C5F46; }
span { border-color: rgb(28,95,70); }
td.TdClassName
{
border-color: #1C5F46;
}
.TagClassName
{
border-color: #1C5F46;
}
</style>