Shades of Crusoe #015C2D
Tints of Crusoe #015C2D
RGB
CMYK
RGB Variations
Color information
#015C2D (or 0x015C2D) is known color: Crusoe. HEX triplet: 01, 5C and 2D. RGB value is (1,92,45). Sum of RGB (Red+Green+Blue) = 1+92+45=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #015C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C2D is #FEA3D2. Grayscale: #3B3B3B. Windows color (decimal): -16688083 or 2972673. OLE color: 2972673.
HSL color Cylindrical-coordinate representation of color #015C2D: hue angle of 149.01º 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 #015C2D is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 45 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.64 |
| HSL | 149.01º | 0.98% | 0.18% | - |
| HSV(B) | 149.01º | 0.99% | 0.36% | - |
| XYZ | 4.31 | 7.85 | 3.77 | - |
| YUV | 59.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 45 | 0.99 | 0 | 0.51 | 0.64 | 149.01 | 0.98 | 0.18 |
| Hex | 1 | 5C | 2D | 63 | 0 | 33 | 40 | 95 | 62 | 12 |
| Octal | 1 | 134 | 55 | 143 | 0 | 63 | 100 | 225 | 142 | 22 |
| Binary | 1 | 1011100 | 101101 | 1100011 | 0 | 110011 | 1000000 | 10010101 | 1100010 | 10010 |
Color Harmonies of #015C2D
Complementary color
Monochromatic Colors of #015C2D
Black with #015C2D
Text Example
Text Example
White with #015C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C2D; }
p { color: rgb(1,92,45); }
H1.HeaderClassName
{
color: #015C2D;
}
.AnyTagClassName
{
color: #015C2D;
}
</style>
background-color css
<style>
a { background-color: #015C2D; }
a { background-color: rgb(1,92,45); }
div.DivClassName
{
background-color: #015C2D;
}
.BgClassName
{
background-color: #015C2D;
}
</style>
border-color css
<style>
span { border-color: #015C2D; }
span { border-color: rgb(1,92,45); }
td.TdClassName
{
border-color: #015C2D;
}
.TagClassName
{
border-color: #015C2D;
}
</style>