Shades of Crusoe #026E2D
Tints of Crusoe #026E2D
RGB
CMYK
RGB Variations
Color information
#026E2D (or 0x026E2D) is known color: Crusoe. HEX triplet: 02, 6E and 2D. RGB value is (2,110,45). Sum of RGB (Red+Green+Blue) = 2+110+45=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #026E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E2D is #FD91D2. Grayscale: #464646. Windows color (decimal): -16617939 or 2977282. OLE color: 2977282.
HSL color Cylindrical-coordinate representation of color #026E2D: hue angle of 143.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E2D is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 45 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.57 |
| HSL | 143.89º | 0.96% | 0.22% | - |
| HSV(B) | 143.89º | 0.98% | 0.43% | - |
| XYZ | 6.07 | 11.35 | 4.35 | - |
| YUV | 70.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 45 | 0.98 | 0 | 0.59 | 0.57 | 143.89 | 0.96 | 0.22 |
| Hex | 2 | 6E | 2D | 62 | 0 | 3B | 39 | 90 | 60 | 16 |
| Octal | 2 | 156 | 55 | 142 | 0 | 73 | 71 | 220 | 140 | 26 |
| Binary | 10 | 1101110 | 101101 | 1100010 | 0 | 111011 | 111001 | 10010000 | 1100000 | 10110 |
Color Harmonies of #026E2D
Complementary color
Monochromatic Colors of #026E2D
Black with #026E2D
Text Example
Text Example
White with #026E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E2D; }
p { color: rgb(2,110,45); }
H1.HeaderClassName
{
color: #026E2D;
}
.AnyTagClassName
{
color: #026E2D;
}
</style>
background-color css
<style>
a { background-color: #026E2D; }
a { background-color: rgb(2,110,45); }
div.DivClassName
{
background-color: #026E2D;
}
.BgClassName
{
background-color: #026E2D;
}
</style>
border-color css
<style>
span { border-color: #026E2D; }
span { border-color: rgb(2,110,45); }
td.TdClassName
{
border-color: #026E2D;
}
.TagClassName
{
border-color: #026E2D;
}
</style>