Shades of Crusoe #015B28
Tints of Crusoe #015B28
RGB
CMYK
RGB Variations
Color information
#015B28 (or 0x015B28) is known color: Crusoe. HEX triplet: 01, 5B and 28. RGB value is (1,91,40). Sum of RGB (Red+Green+Blue) = 1+91+40=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #015B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B28 is #FEA4D7. Grayscale: #3A3A3A. Windows color (decimal): -16688344 or 2644737. OLE color: 2644737.
HSL color Cylindrical-coordinate representation of color #015B28: hue angle of 146º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B28 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 40 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.64 |
| HSL | 146º | 0.98% | 0.18% | - |
| HSV(B) | 146º | 0.99% | 0.36% | - |
| XYZ | 4.14 | 7.64 | 3.26 | - |
| YUV | 58.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 40 | 0.99 | 0 | 0.56 | 0.64 | 146 | 0.98 | 0.18 |
| Hex | 1 | 5B | 28 | 63 | 0 | 38 | 40 | 92 | 62 | 12 |
| Octal | 1 | 133 | 50 | 143 | 0 | 70 | 100 | 222 | 142 | 22 |
| Binary | 1 | 1011011 | 101000 | 1100011 | 0 | 111000 | 1000000 | 10010010 | 1100010 | 10010 |
Color Harmonies of #015B28
Complementary color
Monochromatic Colors of #015B28
Black with #015B28
Text Example
Text Example
White with #015B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B28; }
p { color: rgb(1,91,40); }
H1.HeaderClassName
{
color: #015B28;
}
.AnyTagClassName
{
color: #015B28;
}
</style>
background-color css
<style>
a { background-color: #015B28; }
a { background-color: rgb(1,91,40); }
div.DivClassName
{
background-color: #015B28;
}
.BgClassName
{
background-color: #015B28;
}
</style>
border-color css
<style>
span { border-color: #015B28; }
span { border-color: rgb(1,91,40); }
td.TdClassName
{
border-color: #015B28;
}
.TagClassName
{
border-color: #015B28;
}
</style>