Shades of Crusoe #016D2B
Tints of Crusoe #016D2B
RGB
CMYK
RGB Variations
Color information
#016D2B (or 0x016D2B) is known color: Crusoe. HEX triplet: 01, 6D and 2B. RGB value is (1,109,43). Sum of RGB (Red+Green+Blue) = 1+109+43=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #016D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D2B is #FE92D4. Grayscale: #454545. Windows color (decimal): -16683733 or 2845953. OLE color: 2845953.
HSL color Cylindrical-coordinate representation of color #016D2B: hue angle of 143.33º 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 #016D2B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 43 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.57 |
| HSL | 143.33º | 0.98% | 0.22% | - |
| HSV(B) | 143.33º | 0.99% | 0.43% | - |
| XYZ | 5.92 | 11.12 | 4.12 | - |
| YUV | 69.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 43 | 0.99 | 0 | 0.61 | 0.57 | 143.33 | 0.98 | 0.22 |
| Hex | 1 | 6D | 2B | 63 | 0 | 3D | 39 | 8F | 62 | 16 |
| Octal | 1 | 155 | 53 | 143 | 0 | 75 | 71 | 217 | 142 | 26 |
| Binary | 1 | 1101101 | 101011 | 1100011 | 0 | 111101 | 111001 | 10001111 | 1100010 | 10110 |
Color Harmonies of #016D2B
Complementary color
Monochromatic Colors of #016D2B
Black with #016D2B
Text Example
Text Example
White with #016D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D2B; }
p { color: rgb(1,109,43); }
H1.HeaderClassName
{
color: #016D2B;
}
.AnyTagClassName
{
color: #016D2B;
}
</style>
background-color css
<style>
a { background-color: #016D2B; }
a { background-color: rgb(1,109,43); }
div.DivClassName
{
background-color: #016D2B;
}
.BgClassName
{
background-color: #016D2B;
}
</style>
border-color css
<style>
span { border-color: #016D2B; }
span { border-color: rgb(1,109,43); }
td.TdClassName
{
border-color: #016D2B;
}
.TagClassName
{
border-color: #016D2B;
}
</style>