Shades of Crusoe #01602C
Tints of Crusoe #01602C
RGB
CMYK
RGB Variations
Color information
#01602C (or 0x01602C) is known color: Crusoe. HEX triplet: 01, 60 and 2C. RGB value is (1,96,44). Sum of RGB (Red+Green+Blue) = 1+96+44=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #01602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01602C is #FE9FD3. Grayscale: #3D3D3D. Windows color (decimal): -16687060 or 2908161. OLE color: 2908161.
HSL color Cylindrical-coordinate representation of color #01602C: hue angle of 147.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01602C is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 44 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.62 |
| HSL | 147.16º | 0.98% | 0.19% | - |
| HSV(B) | 147.16º | 0.99% | 0.38% | - |
| XYZ | 4.65 | 8.55 | 3.79 | - |
| YUV | 61.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 44 | 0.99 | 0 | 0.54 | 0.62 | 147.16 | 0.98 | 0.19 |
| Hex | 1 | 60 | 2C | 63 | 0 | 36 | 3E | 93 | 62 | 13 |
| Octal | 1 | 140 | 54 | 143 | 0 | 66 | 76 | 223 | 142 | 23 |
| Binary | 1 | 1100000 | 101100 | 1100011 | 0 | 110110 | 111110 | 10010011 | 1100010 | 10011 |
Color Harmonies of #01602C
Complementary color
Monochromatic Colors of #01602C
Black with #01602C
Text Example
Text Example
White with #01602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01602C; }
p { color: rgb(1,96,44); }
H1.HeaderClassName
{
color: #01602C;
}
.AnyTagClassName
{
color: #01602C;
}
</style>
background-color css
<style>
a { background-color: #01602C; }
a { background-color: rgb(1,96,44); }
div.DivClassName
{
background-color: #01602C;
}
.BgClassName
{
background-color: #01602C;
}
</style>
border-color css
<style>
span { border-color: #01602C; }
span { border-color: rgb(1,96,44); }
td.TdClassName
{
border-color: #01602C;
}
.TagClassName
{
border-color: #01602C;
}
</style>