Shades of Crusoe #015C2E
Tints of Crusoe #015C2E
RGB
CMYK
RGB Variations
Color information
#015C2E (or 0x015C2E) is known color: Crusoe. HEX triplet: 01, 5C and 2E. RGB value is (1,92,46). Sum of RGB (Red+Green+Blue) = 1+92+46=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #015C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C2E is #FEA3D1. Grayscale: #3B3B3B. Windows color (decimal): -16688082 or 3038209. OLE color: 3038209.
HSL color Cylindrical-coordinate representation of color #015C2E: hue angle of 149.67º 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 #015C2E is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 46 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.64 |
| HSL | 149.67º | 0.98% | 0.18% | - |
| HSV(B) | 149.67º | 0.99% | 0.36% | - |
| XYZ | 4.33 | 7.86 | 3.87 | - |
| YUV | 59.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 46 | 0.99 | 0 | 0.50 | 0.64 | 149.67 | 0.98 | 0.18 |
| Hex | 1 | 5C | 2E | 63 | 0 | 32 | 40 | 96 | 62 | 12 |
| Octal | 1 | 134 | 56 | 143 | 0 | 62 | 100 | 226 | 142 | 22 |
| Binary | 1 | 1011100 | 101110 | 1100011 | 0 | 110010 | 1000000 | 10010110 | 1100010 | 10010 |
Color Harmonies of #015C2E
Complementary color
Monochromatic Colors of #015C2E
Black with #015C2E
Text Example
Text Example
White with #015C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C2E; }
p { color: rgb(1,92,46); }
H1.HeaderClassName
{
color: #015C2E;
}
.AnyTagClassName
{
color: #015C2E;
}
</style>
background-color css
<style>
a { background-color: #015C2E; }
a { background-color: rgb(1,92,46); }
div.DivClassName
{
background-color: #015C2E;
}
.BgClassName
{
background-color: #015C2E;
}
</style>
border-color css
<style>
span { border-color: #015C2E; }
span { border-color: rgb(1,92,46); }
td.TdClassName
{
border-color: #015C2E;
}
.TagClassName
{
border-color: #015C2E;
}
</style>