Shades of Crusoe #005F2B
Tints of Crusoe #005F2B
RGB
CMYK
RGB Variations
Color information
#005F2B (or 0x005F2B) is known color: Crusoe. HEX triplet: 00, 5F and 2B. RGB value is (0,95,43). Sum of RGB (Red+Green+Blue) = 0+95+43=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #005F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F2B is #FFA0D4. Grayscale: #3C3C3C. Windows color (decimal): -16752853 or 2842368. OLE color: 2842368.
HSL color Cylindrical-coordinate representation of color #005F2B: hue angle of 147.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F2B is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 95 | 43 | - |
| CMYK | 1 | 0 | 0.55 | 0.63 |
| HSL | 147.16º | 1% | 0.19% | - |
| HSV(B) | 147.16º | 1% | 0.37% | - |
| XYZ | 4.53 | 8.36 | 3.66 | - |
| YUV | 60.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 43 | 1 | 0 | 0.55 | 0.63 | 147.16 | 1 | 0.19 |
| Hex | 0 | 5F | 2B | 64 | 0 | 37 | 3F | 93 | 64 | 13 |
| Octal | 0 | 137 | 53 | 144 | 0 | 67 | 77 | 223 | 144 | 23 |
| Binary | 0 | 1011111 | 101011 | 1100100 | 0 | 110111 | 111111 | 10010011 | 1100100 | 10011 |
Color Harmonies of #005F2B
Complementary color
Monochromatic Colors of #005F2B
Black with #005F2B
Text Example
Text Example
White with #005F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F2B; }
p { color: rgb(0,95,43); }
H1.HeaderClassName
{
color: #005F2B;
}
.AnyTagClassName
{
color: #005F2B;
}
</style>
background-color css
<style>
a { background-color: #005F2B; }
a { background-color: rgb(0,95,43); }
div.DivClassName
{
background-color: #005F2B;
}
.BgClassName
{
background-color: #005F2B;
}
</style>
border-color css
<style>
span { border-color: #005F2B; }
span { border-color: rgb(0,95,43); }
td.TdClassName
{
border-color: #005F2B;
}
.TagClassName
{
border-color: #005F2B;
}
</style>