Shades of Crusoe #015A2B
Tints of Crusoe #015A2B
RGB
CMYK
RGB Variations
Color information
#015A2B (or 0x015A2B) is known color: Crusoe. HEX triplet: 01, 5A and 2B. RGB value is (1,90,43). Sum of RGB (Red+Green+Blue) = 1+90+43=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 90 (35.55% from 255 or 67.16% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 90 - color contains mainly: green. Hex color #015A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A2B is #FEA5D4. Grayscale: #3A3A3A. Windows color (decimal): -16688597 or 2841089. OLE color: 2841089.
HSL color Cylindrical-coordinate representation of color #015A2B: hue angle of 148.31º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A2B is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 43 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.65 |
| HSL | 148.31º | 0.98% | 0.18% | - |
| HSV(B) | 148.31º | 0.99% | 0.35% | - |
| XYZ | 4.1 | 7.49 | 3.52 | - |
| YUV | 58.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 43 | 0.99 | 0 | 0.52 | 0.65 | 148.31 | 0.98 | 0.18 |
| Hex | 1 | 5A | 2B | 63 | 0 | 34 | 41 | 94 | 62 | 12 |
| Octal | 1 | 132 | 53 | 143 | 0 | 64 | 101 | 224 | 142 | 22 |
| Binary | 1 | 1011010 | 101011 | 1100011 | 0 | 110100 | 1000001 | 10010100 | 1100010 | 10010 |
Color Harmonies of #015A2B
Complementary color
Monochromatic Colors of #015A2B
Black with #015A2B
Text Example
Text Example
White with #015A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A2B; }
p { color: rgb(1,90,43); }
H1.HeaderClassName
{
color: #015A2B;
}
.AnyTagClassName
{
color: #015A2B;
}
</style>
background-color css
<style>
a { background-color: #015A2B; }
a { background-color: rgb(1,90,43); }
div.DivClassName
{
background-color: #015A2B;
}
.BgClassName
{
background-color: #015A2B;
}
</style>
border-color css
<style>
span { border-color: #015A2B; }
span { border-color: rgb(1,90,43); }
td.TdClassName
{
border-color: #015A2B;
}
.TagClassName
{
border-color: #015A2B;
}
</style>