Shades of Crusoe #015C2B
Tints of Crusoe #015C2B
RGB
CMYK
RGB Variations
Color information
#015C2B (or 0x015C2B) is known color: Crusoe. HEX triplet: 01, 5C and 2B. RGB value is (1,92,43). Sum of RGB (Red+Green+Blue) = 1+92+43=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 92 (36.33% from 255 or 67.65% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 92 - color contains mainly: green. Hex color #015C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C2B is #FEA3D4. Grayscale: #3B3B3B. Windows color (decimal): -16688085 or 2841601. OLE color: 2841601.
HSL color Cylindrical-coordinate representation of color #015C2B: hue angle of 147.69º 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 #015C2B is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 43 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.64 |
| HSL | 147.69º | 0.98% | 0.18% | - |
| HSV(B) | 147.69º | 0.99% | 0.36% | - |
| XYZ | 4.28 | 7.84 | 3.57 | - |
| YUV | 59.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 43 | 0.99 | 0 | 0.53 | 0.64 | 147.69 | 0.98 | 0.18 |
| Hex | 1 | 5C | 2B | 63 | 0 | 35 | 40 | 94 | 62 | 12 |
| Octal | 1 | 134 | 53 | 143 | 0 | 65 | 100 | 224 | 142 | 22 |
| Binary | 1 | 1011100 | 101011 | 1100011 | 0 | 110101 | 1000000 | 10010100 | 1100010 | 10010 |
Color Harmonies of #015C2B
Complementary color
Monochromatic Colors of #015C2B
Black with #015C2B
Text Example
Text Example
White with #015C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C2B; }
p { color: rgb(1,92,43); }
H1.HeaderClassName
{
color: #015C2B;
}
.AnyTagClassName
{
color: #015C2B;
}
</style>
background-color css
<style>
a { background-color: #015C2B; }
a { background-color: rgb(1,92,43); }
div.DivClassName
{
background-color: #015C2B;
}
.BgClassName
{
background-color: #015C2B;
}
</style>
border-color css
<style>
span { border-color: #015C2B; }
span { border-color: rgb(1,92,43); }
td.TdClassName
{
border-color: #015C2B;
}
.TagClassName
{
border-color: #015C2B;
}
</style>