Shades of Crusoe #026517
Tints of Crusoe #026517
RGB
CMYK
RGB Variations
Color information
#026517 (or 0x026517) is known color: Crusoe. HEX triplet: 02, 65 and 17. RGB value is (2,101,23). Sum of RGB (Red+Green+Blue) = 2+101+23=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #026517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026517 is #FD9AE8. Grayscale: #3E3E3E. Windows color (decimal): -16620265 or 1533186. OLE color: 1533186.
HSL color Cylindrical-coordinate representation of color #026517: hue angle of 132.73º 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 #026517 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 23 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.60 |
| HSL | 132.73º | 0.96% | 0.2% | - |
| HSV(B) | 132.73º | 0.98% | 0.4% | - |
| XYZ | 4.83 | 9.38 | 2.37 | - |
| YUV | 62.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 23 | 0.98 | 0 | 0.77 | 0.60 | 132.73 | 0.96 | 0.2 |
| Hex | 2 | 65 | 17 | 62 | 0 | 4D | 3C | 85 | 60 | 14 |
| Octal | 2 | 145 | 27 | 142 | 0 | 115 | 74 | 205 | 140 | 24 |
| Binary | 10 | 1100101 | 10111 | 1100010 | 0 | 1001101 | 111100 | 10000101 | 1100000 | 10100 |
Color Harmonies of #026517
Complementary color
Monochromatic Colors of #026517
Black with #026517
Text Example
Text Example
White with #026517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026517; }
p { color: rgb(2,101,23); }
H1.HeaderClassName
{
color: #026517;
}
.AnyTagClassName
{
color: #026517;
}
</style>
background-color css
<style>
a { background-color: #026517; }
a { background-color: rgb(2,101,23); }
div.DivClassName
{
background-color: #026517;
}
.BgClassName
{
background-color: #026517;
}
</style>
border-color css
<style>
span { border-color: #026517; }
span { border-color: rgb(2,101,23); }
td.TdClassName
{
border-color: #026517;
}
.TagClassName
{
border-color: #026517;
}
</style>