Shades of Crusoe #015D2B
Tints of Crusoe #015D2B
RGB
CMYK
RGB Variations
Color information
#015D2B (or 0x015D2B) is known color: Crusoe. HEX triplet: 01, 5D and 2B. RGB value is (1,93,43). Sum of RGB (Red+Green+Blue) = 1+93+43=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #015D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D2B is #FEA2D4. Grayscale: #3B3B3B. Windows color (decimal): -16687829 or 2841857. OLE color: 2841857.
HSL color Cylindrical-coordinate representation of color #015D2B: hue angle of 147.39º 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 #015D2B is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 43 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.64 |
| HSL | 147.39º | 0.98% | 0.18% | - |
| HSV(B) | 147.39º | 0.99% | 0.36% | - |
| XYZ | 4.36 | 8.01 | 3.6 | - |
| YUV | 59.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 43 | 0.99 | 0 | 0.54 | 0.64 | 147.39 | 0.98 | 0.18 |
| Hex | 1 | 5D | 2B | 63 | 0 | 36 | 40 | 93 | 62 | 12 |
| Octal | 1 | 135 | 53 | 143 | 0 | 66 | 100 | 223 | 142 | 22 |
| Binary | 1 | 1011101 | 101011 | 1100011 | 0 | 110110 | 1000000 | 10010011 | 1100010 | 10010 |
Color Harmonies of #015D2B
Complementary color
Monochromatic Colors of #015D2B
Black with #015D2B
Text Example
Text Example
White with #015D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D2B; }
p { color: rgb(1,93,43); }
H1.HeaderClassName
{
color: #015D2B;
}
.AnyTagClassName
{
color: #015D2B;
}
</style>
background-color css
<style>
a { background-color: #015D2B; }
a { background-color: rgb(1,93,43); }
div.DivClassName
{
background-color: #015D2B;
}
.BgClassName
{
background-color: #015D2B;
}
</style>
border-color css
<style>
span { border-color: #015D2B; }
span { border-color: rgb(1,93,43); }
td.TdClassName
{
border-color: #015D2B;
}
.TagClassName
{
border-color: #015D2B;
}
</style>