Shades of Crusoe #015D29
Tints of Crusoe #015D29
RGB
CMYK
RGB Variations
Color information
#015D29 (or 0x015D29) is known color: Crusoe. HEX triplet: 01, 5D and 29. RGB value is (1,93,41). Sum of RGB (Red+Green+Blue) = 1+93+41=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #015D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D29 is #FEA2D6. Grayscale: #3B3B3B. Windows color (decimal): -16687831 or 2710785. OLE color: 2710785.
HSL color Cylindrical-coordinate representation of color #015D29: hue angle of 146.09º 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 #015D29 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 41 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.64 |
| HSL | 146.09º | 0.98% | 0.18% | - |
| HSV(B) | 146.09º | 0.99% | 0.36% | - |
| XYZ | 4.33 | 8 | 3.41 | - |
| YUV | 59.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 41 | 0.99 | 0 | 0.56 | 0.64 | 146.09 | 0.98 | 0.18 |
| Hex | 1 | 5D | 29 | 63 | 0 | 38 | 40 | 92 | 62 | 12 |
| Octal | 1 | 135 | 51 | 143 | 0 | 70 | 100 | 222 | 142 | 22 |
| Binary | 1 | 1011101 | 101001 | 1100011 | 0 | 111000 | 1000000 | 10010010 | 1100010 | 10010 |
Color Harmonies of #015D29
Complementary color
Monochromatic Colors of #015D29
Black with #015D29
Text Example
Text Example
White with #015D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D29; }
p { color: rgb(1,93,41); }
H1.HeaderClassName
{
color: #015D29;
}
.AnyTagClassName
{
color: #015D29;
}
</style>
background-color css
<style>
a { background-color: #015D29; }
a { background-color: rgb(1,93,41); }
div.DivClassName
{
background-color: #015D29;
}
.BgClassName
{
background-color: #015D29;
}
</style>
border-color css
<style>
span { border-color: #015D29; }
span { border-color: rgb(1,93,41); }
td.TdClassName
{
border-color: #015D29;
}
.TagClassName
{
border-color: #015D29;
}
</style>