Shades of Crusoe #026629
Tints of Crusoe #026629
RGB
CMYK
RGB Variations
Color information
#026629 (or 0x026629) is known color: Crusoe. HEX triplet: 02, 66 and 29. RGB value is (2,102,41). Sum of RGB (Red+Green+Blue) = 2+102+41=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #026629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026629 is #FD99D6. Grayscale: #414141. Windows color (decimal): -16619991 or 2713090. OLE color: 2713090.
HSL color Cylindrical-coordinate representation of color #026629: hue angle of 143.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026629 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 41 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.6 |
| HSL | 143.4º | 0.96% | 0.2% | - |
| HSV(B) | 143.4º | 0.98% | 0.4% | - |
| XYZ | 5.18 | 9.68 | 3.69 | - |
| YUV | 65.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 41 | 0.98 | 0 | 0.60 | 0.6 | 143.4 | 0.96 | 0.2 |
| Hex | 2 | 66 | 29 | 62 | 0 | 3C | 3C | 8F | 60 | 14 |
| Octal | 2 | 146 | 51 | 142 | 0 | 74 | 74 | 217 | 140 | 24 |
| Binary | 10 | 1100110 | 101001 | 1100010 | 0 | 111100 | 111100 | 10001111 | 1100000 | 10100 |
Color Harmonies of #026629
Complementary color
Monochromatic Colors of #026629
Black with #026629
Text Example
Text Example
White with #026629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026629; }
p { color: rgb(2,102,41); }
H1.HeaderClassName
{
color: #026629;
}
.AnyTagClassName
{
color: #026629;
}
</style>
background-color css
<style>
a { background-color: #026629; }
a { background-color: rgb(2,102,41); }
div.DivClassName
{
background-color: #026629;
}
.BgClassName
{
background-color: #026629;
}
</style>
border-color css
<style>
span { border-color: #026629; }
span { border-color: rgb(2,102,41); }
td.TdClassName
{
border-color: #026629;
}
.TagClassName
{
border-color: #026629;
}
</style>