Shades of Crusoe #016C2B
Tints of Crusoe #016C2B
RGB
CMYK
RGB Variations
Color information
#016C2B (or 0x016C2B) is known color: Crusoe. HEX triplet: 01, 6C and 2B. RGB value is (1,108,43). Sum of RGB (Red+Green+Blue) = 1+108+43=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #016C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C2B is #FE93D4. Grayscale: #444444. Windows color (decimal): -16683989 or 2845697. OLE color: 2845697.
HSL color Cylindrical-coordinate representation of color #016C2B: hue angle of 143.55º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C2B is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 108 | 43 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.58 |
| HSL | 143.55º | 0.98% | 0.21% | - |
| HSV(B) | 143.55º | 0.99% | 0.42% | - |
| XYZ | 5.81 | 10.91 | 4.08 | - |
| YUV | 68.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 43 | 0.99 | 0 | 0.60 | 0.58 | 143.55 | 0.98 | 0.21 |
| Hex | 1 | 6C | 2B | 63 | 0 | 3C | 3A | 90 | 62 | 15 |
| Octal | 1 | 154 | 53 | 143 | 0 | 74 | 72 | 220 | 142 | 25 |
| Binary | 1 | 1101100 | 101011 | 1100011 | 0 | 111100 | 111010 | 10010000 | 1100010 | 10101 |
Color Harmonies of #016C2B
Complementary color
Monochromatic Colors of #016C2B
Black with #016C2B
Text Example
Text Example
White with #016C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C2B; }
p { color: rgb(1,108,43); }
H1.HeaderClassName
{
color: #016C2B;
}
.AnyTagClassName
{
color: #016C2B;
}
</style>
background-color css
<style>
a { background-color: #016C2B; }
a { background-color: rgb(1,108,43); }
div.DivClassName
{
background-color: #016C2B;
}
.BgClassName
{
background-color: #016C2B;
}
</style>
border-color css
<style>
span { border-color: #016C2B; }
span { border-color: rgb(1,108,43); }
td.TdClassName
{
border-color: #016C2B;
}
.TagClassName
{
border-color: #016C2B;
}
</style>