Shades of Crusoe #026A2B
Tints of Crusoe #026A2B
RGB
CMYK
RGB Variations
Color information
#026A2B (or 0x026A2B) is known color: Crusoe. HEX triplet: 02, 6A and 2B. RGB value is (2,106,43). Sum of RGB (Red+Green+Blue) = 2+106+43=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #026A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A2B is #FD95D4. Grayscale: #434343. Windows color (decimal): -16618965 or 2845186. OLE color: 2845186.
HSL color Cylindrical-coordinate representation of color #026A2B: hue angle of 143.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A2B is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
RGB | 2 | 106 | 43 | - |
CMYK | 0.98 | 0 | 0.59 | 0.58 |
HSL | 143.65º | 0.96% | 0.21% | - |
HSV(B) | 143.65º | 0.98% | 0.42% | - |
XYZ | 5.62 | 10.5 | 4.02 | - |
YUV | 67.72 | 114.04 | 81.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 106 | 43 | 0.98 | 0 | 0.59 | 0.58 | 143.65 | 0.96 | 0.21 |
Hex | 2 | 6A | 2B | 62 | 0 | 3B | 3A | 90 | 60 | 15 |
Octal | 2 | 152 | 53 | 142 | 0 | 73 | 72 | 220 | 140 | 25 |
Binary | 10 | 1101010 | 101011 | 1100010 | 0 | 111011 | 111010 | 10010000 | 1100000 | 10101 |
Color Harmonies of #026A2B
Complementary color
Monochromatic Colors of #026A2B
Black with #026A2B
Text Example
Text Example
White with #026A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A2B; }
p { color: rgb(2,106,43); }
H1.HeaderClassName
{
color: #026A2B;
}
.AnyTagClassName
{
color: #026A2B;
}
</style>
background-color css
<style>
a { background-color: #026A2B; }
a { background-color: rgb(2,106,43); }
div.DivClassName
{
background-color: #026A2B;
}
.BgClassName
{
background-color: #026A2B;
}
</style>
border-color css
<style>
span { border-color: #026A2B; }
span { border-color: rgb(2,106,43); }
td.TdClassName
{
border-color: #026A2B;
}
.TagClassName
{
border-color: #026A2B;
}
</style>