Shades of Crusoe #006E2C
Tints of Crusoe #006E2C
RGB
CMYK
RGB Variations
Color information
#006E2C (or 0x006E2C) is known color: Crusoe. HEX triplet: 00, 6E and 2C. RGB value is (0,110,44). Sum of RGB (Red+Green+Blue) = 0+110+44=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 110 (43.36% from 255 or 71.43% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 110 - color contains mainly: green. Hex color #006E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E2C is #FF91D3. Grayscale: #454545. Windows color (decimal): -16749012 or 2911744. OLE color: 2911744.
HSL color Cylindrical-coordinate representation of color #006E2C: hue angle of 144º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E2C is Cyan = 1, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 44 | - |
| CMYK | 1 | 0 | 0.6 | 0.57 |
| HSL | 144º | 1% | 0.22% | - |
| HSV(B) | 144º | 1% | 0.43% | - |
| XYZ | 6.03 | 11.33 | 4.25 | - |
| YUV | 69.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 44 | 1 | 0 | 0.6 | 0.57 | 144 | 1 | 0.22 |
| Hex | 0 | 6E | 2C | 64 | 0 | 3C | 39 | 90 | 64 | 16 |
| Octal | 0 | 156 | 54 | 144 | 0 | 74 | 71 | 220 | 144 | 26 |
| Binary | 0 | 1101110 | 101100 | 1100100 | 0 | 111100 | 111001 | 10010000 | 1100100 | 10110 |
Color Harmonies of #006E2C
Complementary color
Monochromatic Colors of #006E2C
Black with #006E2C
Text Example
Text Example
White with #006E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E2C; }
p { color: rgb(0,110,44); }
H1.HeaderClassName
{
color: #006E2C;
}
.AnyTagClassName
{
color: #006E2C;
}
</style>
background-color css
<style>
a { background-color: #006E2C; }
a { background-color: rgb(0,110,44); }
div.DivClassName
{
background-color: #006E2C;
}
.BgClassName
{
background-color: #006E2C;
}
</style>
border-color css
<style>
span { border-color: #006E2C; }
span { border-color: rgb(0,110,44); }
td.TdClassName
{
border-color: #006E2C;
}
.TagClassName
{
border-color: #006E2C;
}
</style>