Shades of Crusoe #005C2F
Tints of Crusoe #005C2F
RGB
CMYK
RGB Variations
Color information
#005C2F (or 0x005C2F) is known color: Crusoe. HEX triplet: 00, 5C and 2F. RGB value is (0,92,47). Sum of RGB (Red+Green+Blue) = 0+92+47=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #005C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C2F is #FFA3D0. Grayscale: #3B3B3B. Windows color (decimal): -16753617 or 3103744. OLE color: 3103744.
HSL color Cylindrical-coordinate representation of color #005C2F: hue angle of 150.65º 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 #005C2F is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 47 | - |
| CMYK | 1 | 0 | 0.49 | 0.64 |
| HSL | 150.65º | 1% | 0.18% | - |
| HSV(B) | 150.65º | 1% | 0.36% | - |
| XYZ | 4.34 | 7.86 | 3.98 | - |
| YUV | 59.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 47 | 1 | 0 | 0.49 | 0.64 | 150.65 | 1 | 0.18 |
| Hex | 0 | 5C | 2F | 64 | 0 | 31 | 40 | 97 | 64 | 12 |
| Octal | 0 | 134 | 57 | 144 | 0 | 61 | 100 | 227 | 144 | 22 |
| Binary | 0 | 1011100 | 101111 | 1100100 | 0 | 110001 | 1000000 | 10010111 | 1100100 | 10010 |
Color Harmonies of #005C2F
Complementary color
Monochromatic Colors of #005C2F
Black with #005C2F
Text Example
Text Example
White with #005C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C2F; }
p { color: rgb(0,92,47); }
H1.HeaderClassName
{
color: #005C2F;
}
.AnyTagClassName
{
color: #005C2F;
}
</style>
background-color css
<style>
a { background-color: #005C2F; }
a { background-color: rgb(0,92,47); }
div.DivClassName
{
background-color: #005C2F;
}
.BgClassName
{
background-color: #005C2F;
}
</style>
border-color css
<style>
span { border-color: #005C2F; }
span { border-color: rgb(0,92,47); }
td.TdClassName
{
border-color: #005C2F;
}
.TagClassName
{
border-color: #005C2F;
}
</style>