Shades of Crusoe #016E29
Tints of Crusoe #016E29
RGB
CMYK
RGB Variations
Color information
#016E29 (or 0x016E29) is known color: Crusoe. HEX triplet: 01, 6E and 29. RGB value is (1,110,41). Sum of RGB (Red+Green+Blue) = 1+110+41=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #016E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E29 is #FE91D6. Grayscale: #454545. Windows color (decimal): -16683479 or 2715137. OLE color: 2715137.
HSL color Cylindrical-coordinate representation of color #016E29: hue angle of 142.02º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E29 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 41 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.57 |
| HSL | 142.02º | 0.98% | 0.22% | - |
| HSV(B) | 142.02º | 0.99% | 0.43% | - |
| XYZ | 5.99 | 11.32 | 3.97 | - |
| YUV | 69.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 41 | 0.99 | 0 | 0.63 | 0.57 | 142.02 | 0.98 | 0.22 |
| Hex | 1 | 6E | 29 | 63 | 0 | 3F | 39 | 8E | 62 | 16 |
| Octal | 1 | 156 | 51 | 143 | 0 | 77 | 71 | 216 | 142 | 26 |
| Binary | 1 | 1101110 | 101001 | 1100011 | 0 | 111111 | 111001 | 10001110 | 1100010 | 10110 |
Color Harmonies of #016E29
Complementary color
Monochromatic Colors of #016E29
Black with #016E29
Text Example
Text Example
White with #016E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E29; }
p { color: rgb(1,110,41); }
H1.HeaderClassName
{
color: #016E29;
}
.AnyTagClassName
{
color: #016E29;
}
</style>
background-color css
<style>
a { background-color: #016E29; }
a { background-color: rgb(1,110,41); }
div.DivClassName
{
background-color: #016E29;
}
.BgClassName
{
background-color: #016E29;
}
</style>
border-color css
<style>
span { border-color: #016E29; }
span { border-color: rgb(1,110,41); }
td.TdClassName
{
border-color: #016E29;
}
.TagClassName
{
border-color: #016E29;
}
</style>