Shades of Crusoe #015D27
Tints of Crusoe #015D27
RGB
CMYK
RGB Variations
Color information
#015D27 (or 0x015D27) is known color: Crusoe. HEX triplet: 01, 5D and 27. RGB value is (1,93,39). Sum of RGB (Red+Green+Blue) = 1+93+39=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #015D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D27 is #FEA2D8. Grayscale: #3B3B3B. Windows color (decimal): -16687833 or 2579713. OLE color: 2579713.
HSL color Cylindrical-coordinate representation of color #015D27: hue angle of 144.78º 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 #015D27 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 39 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.64 |
| HSL | 144.78º | 0.98% | 0.18% | - |
| HSV(B) | 144.78º | 0.99% | 0.36% | - |
| XYZ | 4.29 | 7.98 | 3.23 | - |
| YUV | 59.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 39 | 0.99 | 0 | 0.58 | 0.64 | 144.78 | 0.98 | 0.18 |
| Hex | 1 | 5D | 27 | 63 | 0 | 3A | 40 | 91 | 62 | 12 |
| Octal | 1 | 135 | 47 | 143 | 0 | 72 | 100 | 221 | 142 | 22 |
| Binary | 1 | 1011101 | 100111 | 1100011 | 0 | 111010 | 1000000 | 10010001 | 1100010 | 10010 |
Color Harmonies of #015D27
Complementary color
Monochromatic Colors of #015D27
Black with #015D27
Text Example
Text Example
White with #015D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D27; }
p { color: rgb(1,93,39); }
H1.HeaderClassName
{
color: #015D27;
}
.AnyTagClassName
{
color: #015D27;
}
</style>
background-color css
<style>
a { background-color: #015D27; }
a { background-color: rgb(1,93,39); }
div.DivClassName
{
background-color: #015D27;
}
.BgClassName
{
background-color: #015D27;
}
</style>
border-color css
<style>
span { border-color: #015D27; }
span { border-color: rgb(1,93,39); }
td.TdClassName
{
border-color: #015D27;
}
.TagClassName
{
border-color: #015D27;
}
</style>