Shades of Crusoe #015B2A
Tints of Crusoe #015B2A
RGB
CMYK
RGB Variations
Color information
#015B2A (or 0x015B2A) is known color: Crusoe. HEX triplet: 01, 5B and 2A. RGB value is (1,91,42). Sum of RGB (Red+Green+Blue) = 1+91+42=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 91 (35.94% from 255 or 67.91% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 91 - color contains mainly: green. Hex color #015B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B2A is #FEA4D5. Grayscale: #3A3A3A. Windows color (decimal): -16688342 or 2775809. OLE color: 2775809.
HSL color Cylindrical-coordinate representation of color #015B2A: hue angle of 147.33º 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 #015B2A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 42 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.64 |
| HSL | 147.33º | 0.98% | 0.18% | - |
| HSV(B) | 147.33º | 0.99% | 0.36% | - |
| XYZ | 4.17 | 7.66 | 3.45 | - |
| YUV | 58.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 42 | 0.99 | 0 | 0.54 | 0.64 | 147.33 | 0.98 | 0.18 |
| Hex | 1 | 5B | 2A | 63 | 0 | 36 | 40 | 93 | 62 | 12 |
| Octal | 1 | 133 | 52 | 143 | 0 | 66 | 100 | 223 | 142 | 22 |
| Binary | 1 | 1011011 | 101010 | 1100011 | 0 | 110110 | 1000000 | 10010011 | 1100010 | 10010 |
Color Harmonies of #015B2A
Complementary color
Monochromatic Colors of #015B2A
Black with #015B2A
Text Example
Text Example
White with #015B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B2A; }
p { color: rgb(1,91,42); }
H1.HeaderClassName
{
color: #015B2A;
}
.AnyTagClassName
{
color: #015B2A;
}
</style>
background-color css
<style>
a { background-color: #015B2A; }
a { background-color: rgb(1,91,42); }
div.DivClassName
{
background-color: #015B2A;
}
.BgClassName
{
background-color: #015B2A;
}
</style>
border-color css
<style>
span { border-color: #015B2A; }
span { border-color: rgb(1,91,42); }
td.TdClassName
{
border-color: #015B2A;
}
.TagClassName
{
border-color: #015B2A;
}
</style>