Shades of Crusoe #026822
Tints of Crusoe #026822
RGB
CMYK
RGB Variations
Color information
#026822 (or 0x026822) is known color: Crusoe. HEX triplet: 02, 68 and 22. RGB value is (2,104,34). Sum of RGB (Red+Green+Blue) = 2+104+34=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #026822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026822 is #FD97DD. Grayscale: #414141. Windows color (decimal): -16619486 or 2254850. OLE color: 2254850.
HSL color Cylindrical-coordinate representation of color #026822: hue angle of 138.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026822 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 34 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.59 |
| HSL | 138.82º | 0.96% | 0.21% | - |
| HSV(B) | 138.82º | 0.98% | 0.41% | - |
| XYZ | 5.26 | 10.03 | 3.17 | - |
| YUV | 65.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 34 | 0.98 | 0 | 0.67 | 0.59 | 138.82 | 0.96 | 0.21 |
| Hex | 2 | 68 | 22 | 62 | 0 | 43 | 3B | 8B | 60 | 15 |
| Octal | 2 | 150 | 42 | 142 | 0 | 103 | 73 | 213 | 140 | 25 |
| Binary | 10 | 1101000 | 100010 | 1100010 | 0 | 1000011 | 111011 | 10001011 | 1100000 | 10101 |
Color Harmonies of #026822
Complementary color
Monochromatic Colors of #026822
Black with #026822
Text Example
Text Example
White with #026822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026822; }
p { color: rgb(2,104,34); }
H1.HeaderClassName
{
color: #026822;
}
.AnyTagClassName
{
color: #026822;
}
</style>
background-color css
<style>
a { background-color: #026822; }
a { background-color: rgb(2,104,34); }
div.DivClassName
{
background-color: #026822;
}
.BgClassName
{
background-color: #026822;
}
</style>
border-color css
<style>
span { border-color: #026822; }
span { border-color: rgb(2,104,34); }
td.TdClassName
{
border-color: #026822;
}
.TagClassName
{
border-color: #026822;
}
</style>