Shades of Crusoe #005C2E
Tints of Crusoe #005C2E
RGB
CMYK
RGB Variations
Color information
#005C2E (or 0x005C2E) is known color: Crusoe. HEX triplet: 00, 5C and 2E. RGB value is (0,92,46). Sum of RGB (Red+Green+Blue) = 0+92+46=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #005C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C2E is #FFA3D1. Grayscale: #3B3B3B. Windows color (decimal): -16753618 or 3038208. OLE color: 3038208.
HSL color Cylindrical-coordinate representation of color #005C2E: hue angle of 150º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C2E is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 46 | - |
| CMYK | 1 | 0 | 0.50 | 0.64 |
| HSL | 150º | 1% | 0.18% | - |
| HSV(B) | 150º | 1% | 0.36% | - |
| XYZ | 4.32 | 7.85 | 3.87 | - |
| YUV | 59.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 46 | 1 | 0 | 0.50 | 0.64 | 150 | 1 | 0.18 |
| Hex | 0 | 5C | 2E | 64 | 0 | 32 | 40 | 96 | 64 | 12 |
| Octal | 0 | 134 | 56 | 144 | 0 | 62 | 100 | 226 | 144 | 22 |
| Binary | 0 | 1011100 | 101110 | 1100100 | 0 | 110010 | 1000000 | 10010110 | 1100100 | 10010 |
Color Harmonies of #005C2E
Complementary color
Monochromatic Colors of #005C2E
Black with #005C2E
Text Example
Text Example
White with #005C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C2E; }
p { color: rgb(0,92,46); }
H1.HeaderClassName
{
color: #005C2E;
}
.AnyTagClassName
{
color: #005C2E;
}
</style>
background-color css
<style>
a { background-color: #005C2E; }
a { background-color: rgb(0,92,46); }
div.DivClassName
{
background-color: #005C2E;
}
.BgClassName
{
background-color: #005C2E;
}
</style>
border-color css
<style>
span { border-color: #005C2E; }
span { border-color: rgb(0,92,46); }
td.TdClassName
{
border-color: #005C2E;
}
.TagClassName
{
border-color: #005C2E;
}
</style>