Shades of Crusoe #115029
Tints of Crusoe #115029
RGB
CMYK
RGB Variations
Color information
#115029 (or 0x115029) is known color: Crusoe. HEX triplet: 11, 50 and 29. RGB value is (17,80,41). Sum of RGB (Red+Green+Blue) = 17+80+41=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #115029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115029 is #EEAFD6. Grayscale: #383838. Windows color (decimal): -15642583 or 2707473. OLE color: 2707473.
HSL color Cylindrical-coordinate representation of color #115029: hue angle of 142.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115029 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 41 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.69 |
| HSL | 142.86º | 0.65% | 0.19% | - |
| HSV(B) | 142.86º | 0.79% | 0.31% | - |
| XYZ | 3.5 | 6.02 | 3.07 | - |
| YUV | 56.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 41 | 0.79 | 0 | 0.49 | 0.69 | 142.86 | 0.65 | 0.19 |
| Hex | 11 | 50 | 29 | 4F | 0 | 31 | 45 | 8F | 41 | 13 |
| Octal | 21 | 120 | 51 | 117 | 0 | 61 | 105 | 217 | 101 | 23 |
| Binary | 10001 | 1010000 | 101001 | 1001111 | 0 | 110001 | 1000101 | 10001111 | 1000001 | 10011 |
Color Harmonies of #115029
Complementary color
Monochromatic Colors of #115029
Black with #115029
Text Example
Text Example
White with #115029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115029; }
p { color: rgb(17,80,41); }
H1.HeaderClassName
{
color: #115029;
}
.AnyTagClassName
{
color: #115029;
}
</style>
background-color css
<style>
a { background-color: #115029; }
a { background-color: rgb(17,80,41); }
div.DivClassName
{
background-color: #115029;
}
.BgClassName
{
background-color: #115029;
}
</style>
border-color css
<style>
span { border-color: #115029; }
span { border-color: rgb(17,80,41); }
td.TdClassName
{
border-color: #115029;
}
.TagClassName
{
border-color: #115029;
}
</style>