Shades of Crusoe #016F2D
Tints of Crusoe #016F2D
RGB
CMYK
RGB Variations
Color information
#016F2D (or 0x016F2D) is known color: Crusoe. HEX triplet: 01, 6F and 2D. RGB value is (1,111,45). Sum of RGB (Red+Green+Blue) = 1+111+45=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #016F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F2D is #FE90D2. Grayscale: #464646. Windows color (decimal): -16683219 or 2977537. OLE color: 2977537.
HSL color Cylindrical-coordinate representation of color #016F2D: hue angle of 144º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F2D is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 45 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.56 |
| HSL | 144º | 0.98% | 0.22% | - |
| HSV(B) | 144º | 0.99% | 0.44% | - |
| XYZ | 6.17 | 11.56 | 4.39 | - |
| YUV | 70.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 45 | 0.99 | 0 | 0.59 | 0.56 | 144 | 0.98 | 0.22 |
| Hex | 1 | 6F | 2D | 63 | 0 | 3B | 38 | 90 | 62 | 16 |
| Octal | 1 | 157 | 55 | 143 | 0 | 73 | 70 | 220 | 142 | 26 |
| Binary | 1 | 1101111 | 101101 | 1100011 | 0 | 111011 | 111000 | 10010000 | 1100010 | 10110 |
Color Harmonies of #016F2D
Complementary color
Monochromatic Colors of #016F2D
Black with #016F2D
Text Example
Text Example
White with #016F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F2D; }
p { color: rgb(1,111,45); }
H1.HeaderClassName
{
color: #016F2D;
}
.AnyTagClassName
{
color: #016F2D;
}
</style>
background-color css
<style>
a { background-color: #016F2D; }
a { background-color: rgb(1,111,45); }
div.DivClassName
{
background-color: #016F2D;
}
.BgClassName
{
background-color: #016F2D;
}
</style>
border-color css
<style>
span { border-color: #016F2D; }
span { border-color: rgb(1,111,45); }
td.TdClassName
{
border-color: #016F2D;
}
.TagClassName
{
border-color: #016F2D;
}
</style>