Shades of Crusoe #005C2D
Tints of Crusoe #005C2D
RGB
CMYK
RGB Variations
Color information
#005C2D (or 0x005C2D) is known color: Crusoe. HEX triplet: 00, 5C and 2D. RGB value is (0,92,45). Sum of RGB (Red+Green+Blue) = 0+92+45=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 92 (36.33% from 255 or 67.15% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 92 - color contains mainly: green. Hex color #005C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C2D is #FFA3D2. Grayscale: #3B3B3B. Windows color (decimal): -16753619 or 2972672. OLE color: 2972672.
HSL color Cylindrical-coordinate representation of color #005C2D: hue angle of 149.35º 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 #005C2D is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 45 | - |
| CMYK | 1 | 0 | 0.51 | 0.64 |
| HSL | 149.35º | 1% | 0.18% | - |
| HSV(B) | 149.35º | 1% | 0.36% | - |
| XYZ | 4.3 | 7.84 | 3.77 | - |
| YUV | 59.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 45 | 1 | 0 | 0.51 | 0.64 | 149.35 | 1 | 0.18 |
| Hex | 0 | 5C | 2D | 64 | 0 | 33 | 40 | 95 | 64 | 12 |
| Octal | 0 | 134 | 55 | 144 | 0 | 63 | 100 | 225 | 144 | 22 |
| Binary | 0 | 1011100 | 101101 | 1100100 | 0 | 110011 | 1000000 | 10010101 | 1100100 | 10010 |
Color Harmonies of #005C2D
Complementary color
Monochromatic Colors of #005C2D
Black with #005C2D
Text Example
Text Example
White with #005C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C2D; }
p { color: rgb(0,92,45); }
H1.HeaderClassName
{
color: #005C2D;
}
.AnyTagClassName
{
color: #005C2D;
}
</style>
background-color css
<style>
a { background-color: #005C2D; }
a { background-color: rgb(0,92,45); }
div.DivClassName
{
background-color: #005C2D;
}
.BgClassName
{
background-color: #005C2D;
}
</style>
border-color css
<style>
span { border-color: #005C2D; }
span { border-color: rgb(0,92,45); }
td.TdClassName
{
border-color: #005C2D;
}
.TagClassName
{
border-color: #005C2D;
}
</style>