Shades of Jewel #115F45
Tints of Jewel #115F45
RGB
CMYK
RGB Variations
Color information
#115F45 (or 0x115F45) is known color: Jewel. HEX triplet: 11, 5F and 45. RGB value is (17,95,69). Sum of RGB (Red+Green+Blue) = 17+95+69=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #115F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115F45 is #EEA0BA. Grayscale: #444444. Windows color (decimal): -15638715 or 4546321. OLE color: 4546321.
HSL color Cylindrical-coordinate representation of color #115F45: hue angle of 160º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F45 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 69 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.63 |
| HSL | 160º | 0.7% | 0.22% | - |
| HSV(B) | 160º | 0.82% | 0.37% | - |
| XYZ | 5.4 | 8.73 | 7.03 | - |
| YUV | 68.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 69 | 0.82 | 0 | 0.27 | 0.63 | 160 | 0.7 | 0.22 |
| Hex | 11 | 5F | 45 | 52 | 0 | 1B | 3F | A0 | 46 | 16 |
| Octal | 21 | 137 | 105 | 122 | 0 | 33 | 77 | 240 | 106 | 26 |
| Binary | 10001 | 1011111 | 1000101 | 1010010 | 0 | 11011 | 111111 | 10100000 | 1000110 | 10110 |
Color Harmonies of #115F45
Complementary color
Monochromatic Colors of #115F45
Black with #115F45
Text Example
Text Example
White with #115F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F45; }
p { color: rgb(17,95,69); }
H1.HeaderClassName
{
color: #115F45;
}
.AnyTagClassName
{
color: #115F45;
}
</style>
background-color css
<style>
a { background-color: #115F45; }
a { background-color: rgb(17,95,69); }
div.DivClassName
{
background-color: #115F45;
}
.BgClassName
{
background-color: #115F45;
}
</style>
border-color css
<style>
span { border-color: #115F45; }
span { border-color: rgb(17,95,69); }
td.TdClassName
{
border-color: #115F45;
}
.TagClassName
{
border-color: #115F45;
}
</style>