Shades of Crusoe #015F24
Tints of Crusoe #015F24
RGB
CMYK
RGB Variations
Color information
#015F24 (or 0x015F24) is known color: Crusoe. HEX triplet: 01, 5F and 24. RGB value is (1,95,36). Sum of RGB (Red+Green+Blue) = 1+95+36=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 95 (37.5% from 255 or 71.97% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 95 - color contains mainly: green. Hex color #015F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015F24 is #FEA0DB. Grayscale: #3C3C3C. Windows color (decimal): -16687324 or 2383617. OLE color: 2383617.
HSL color Cylindrical-coordinate representation of color #015F24: hue angle of 142.34º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F24 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 36 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.63 |
| HSL | 142.34º | 0.98% | 0.19% | - |
| HSV(B) | 142.34º | 0.99% | 0.37% | - |
| XYZ | 4.42 | 8.32 | 3.04 | - |
| YUV | 60.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 36 | 0.99 | 0 | 0.62 | 0.63 | 142.34 | 0.98 | 0.19 |
| Hex | 1 | 5F | 24 | 63 | 0 | 3E | 3F | 8E | 62 | 13 |
| Octal | 1 | 137 | 44 | 143 | 0 | 76 | 77 | 216 | 142 | 23 |
| Binary | 1 | 1011111 | 100100 | 1100011 | 0 | 111110 | 111111 | 10001110 | 1100010 | 10011 |
Color Harmonies of #015F24
Complementary color
Monochromatic Colors of #015F24
Black with #015F24
Text Example
Text Example
White with #015F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F24; }
p { color: rgb(1,95,36); }
H1.HeaderClassName
{
color: #015F24;
}
.AnyTagClassName
{
color: #015F24;
}
</style>
background-color css
<style>
a { background-color: #015F24; }
a { background-color: rgb(1,95,36); }
div.DivClassName
{
background-color: #015F24;
}
.BgClassName
{
background-color: #015F24;
}
</style>
border-color css
<style>
span { border-color: #015F24; }
span { border-color: rgb(1,95,36); }
td.TdClassName
{
border-color: #015F24;
}
.TagClassName
{
border-color: #015F24;
}
</style>