Shades of Crusoe #006E2A
Tints of Crusoe #006E2A
RGB
CMYK
RGB Variations
Color information
#006E2A (or 0x006E2A) is known color: Crusoe. HEX triplet: 00, 6E and 2A. RGB value is (0,110,42). Sum of RGB (Red+Green+Blue) = 0+110+42=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #006E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E2A is #FF91D5. Grayscale: #454545. Windows color (decimal): -16749014 or 2780672. OLE color: 2780672.
HSL color Cylindrical-coordinate representation of color #006E2A: hue angle of 142.91º 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 #006E2A is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 42 | - |
| CMYK | 1 | 0 | 0.62 | 0.57 |
| HSL | 142.91º | 1% | 0.22% | - |
| HSV(B) | 142.91º | 1% | 0.43% | - |
| XYZ | 5.99 | 11.32 | 4.06 | - |
| YUV | 69.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 42 | 1 | 0 | 0.62 | 0.57 | 142.91 | 1 | 0.22 |
| Hex | 0 | 6E | 2A | 64 | 0 | 3E | 39 | 8F | 64 | 16 |
| Octal | 0 | 156 | 52 | 144 | 0 | 76 | 71 | 217 | 144 | 26 |
| Binary | 0 | 1101110 | 101010 | 1100100 | 0 | 111110 | 111001 | 10001111 | 1100100 | 10110 |
Color Harmonies of #006E2A
Complementary color
Monochromatic Colors of #006E2A
Black with #006E2A
Text Example
Text Example
White with #006E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E2A; }
p { color: rgb(0,110,42); }
H1.HeaderClassName
{
color: #006E2A;
}
.AnyTagClassName
{
color: #006E2A;
}
</style>
background-color css
<style>
a { background-color: #006E2A; }
a { background-color: rgb(0,110,42); }
div.DivClassName
{
background-color: #006E2A;
}
.BgClassName
{
background-color: #006E2A;
}
</style>
border-color css
<style>
span { border-color: #006E2A; }
span { border-color: rgb(0,110,42); }
td.TdClassName
{
border-color: #006E2A;
}
.TagClassName
{
border-color: #006E2A;
}
</style>