Shades of Crusoe #016D2A
Tints of Crusoe #016D2A
RGB
CMYK
RGB Variations
Color information
#016D2A (or 0x016D2A) is known color: Crusoe. HEX triplet: 01, 6D and 2A. RGB value is (1,109,42). Sum of RGB (Red+Green+Blue) = 1+109+42=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #016D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D2A is #FE92D5. Grayscale: #454545. Windows color (decimal): -16683734 or 2780417. OLE color: 2780417.
HSL color Cylindrical-coordinate representation of color #016D2A: hue angle of 142.78º 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 #016D2A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 42 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.57 |
| HSL | 142.78º | 0.98% | 0.22% | - |
| HSV(B) | 142.78º | 0.99% | 0.43% | - |
| XYZ | 5.9 | 11.11 | 4.02 | - |
| YUV | 69.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 42 | 0.99 | 0 | 0.61 | 0.57 | 142.78 | 0.98 | 0.22 |
| Hex | 1 | 6D | 2A | 63 | 0 | 3D | 39 | 8F | 62 | 16 |
| Octal | 1 | 155 | 52 | 143 | 0 | 75 | 71 | 217 | 142 | 26 |
| Binary | 1 | 1101101 | 101010 | 1100011 | 0 | 111101 | 111001 | 10001111 | 1100010 | 10110 |
Color Harmonies of #016D2A
Complementary color
Monochromatic Colors of #016D2A
Black with #016D2A
Text Example
Text Example
White with #016D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D2A; }
p { color: rgb(1,109,42); }
H1.HeaderClassName
{
color: #016D2A;
}
.AnyTagClassName
{
color: #016D2A;
}
</style>
background-color css
<style>
a { background-color: #016D2A; }
a { background-color: rgb(1,109,42); }
div.DivClassName
{
background-color: #016D2A;
}
.BgClassName
{
background-color: #016D2A;
}
</style>
border-color css
<style>
span { border-color: #016D2A; }
span { border-color: rgb(1,109,42); }
td.TdClassName
{
border-color: #016D2A;
}
.TagClassName
{
border-color: #016D2A;
}
</style>