Shades of Crusoe #026721
Tints of Crusoe #026721
RGB
CMYK
RGB Variations
Color information
#026721 (or 0x026721) is known color: Crusoe. HEX triplet: 02, 67 and 21. RGB value is (2,103,33). Sum of RGB (Red+Green+Blue) = 2+103+33=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #026721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026721 is #FD98DE. Grayscale: #414141. Windows color (decimal): -16619743 or 2189058. OLE color: 2189058.
HSL color Cylindrical-coordinate representation of color #026721: hue angle of 138.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026721 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 33 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.60 |
| HSL | 138.42º | 0.96% | 0.21% | - |
| HSV(B) | 138.42º | 0.98% | 0.4% | - |
| XYZ | 5.15 | 9.82 | 3.06 | - |
| YUV | 64.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 33 | 0.98 | 0 | 0.68 | 0.60 | 138.42 | 0.96 | 0.21 |
| Hex | 2 | 67 | 21 | 62 | 0 | 44 | 3C | 8A | 60 | 15 |
| Octal | 2 | 147 | 41 | 142 | 0 | 104 | 74 | 212 | 140 | 25 |
| Binary | 10 | 1100111 | 100001 | 1100010 | 0 | 1000100 | 111100 | 10001010 | 1100000 | 10101 |
Color Harmonies of #026721
Complementary color
Monochromatic Colors of #026721
Black with #026721
Text Example
Text Example
White with #026721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026721; }
p { color: rgb(2,103,33); }
H1.HeaderClassName
{
color: #026721;
}
.AnyTagClassName
{
color: #026721;
}
</style>
background-color css
<style>
a { background-color: #026721; }
a { background-color: rgb(2,103,33); }
div.DivClassName
{
background-color: #026721;
}
.BgClassName
{
background-color: #026721;
}
</style>
border-color css
<style>
span { border-color: #026721; }
span { border-color: rgb(2,103,33); }
td.TdClassName
{
border-color: #026721;
}
.TagClassName
{
border-color: #026721;
}
</style>