Shades of Crusoe #026022
Tints of Crusoe #026022
RGB
CMYK
RGB Variations
Color information
#026022 (or 0x026022) is known color: Crusoe. HEX triplet: 02, 60 and 22. RGB value is (2,96,34). Sum of RGB (Red+Green+Blue) = 2+96+34=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #026022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026022 is #FD9FDD. Grayscale: #3C3C3C. Windows color (decimal): -16621534 or 2252802. OLE color: 2252802.
HSL color Cylindrical-coordinate representation of color #026022: hue angle of 140.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026022 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 96 | 34 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.62 |
| HSL | 140.43º | 0.96% | 0.19% | - |
| HSV(B) | 140.43º | 0.98% | 0.38% | - |
| XYZ | 4.5 | 8.49 | 2.92 | - |
| YUV | 60.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 34 | 0.98 | 0 | 0.65 | 0.62 | 140.43 | 0.96 | 0.19 |
| Hex | 2 | 60 | 22 | 62 | 0 | 41 | 3E | 8C | 60 | 13 |
| Octal | 2 | 140 | 42 | 142 | 0 | 101 | 76 | 214 | 140 | 23 |
| Binary | 10 | 1100000 | 100010 | 1100010 | 0 | 1000001 | 111110 | 10001100 | 1100000 | 10011 |
Color Harmonies of #026022
Complementary color
Monochromatic Colors of #026022
Black with #026022
Text Example
Text Example
White with #026022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026022; }
p { color: rgb(2,96,34); }
H1.HeaderClassName
{
color: #026022;
}
.AnyTagClassName
{
color: #026022;
}
</style>
background-color css
<style>
a { background-color: #026022; }
a { background-color: rgb(2,96,34); }
div.DivClassName
{
background-color: #026022;
}
.BgClassName
{
background-color: #026022;
}
</style>
border-color css
<style>
span { border-color: #026022; }
span { border-color: rgb(2,96,34); }
td.TdClassName
{
border-color: #026022;
}
.TagClassName
{
border-color: #026022;
}
</style>