Shades of Crusoe #026E28
Tints of Crusoe #026E28
RGB
CMYK
RGB Variations
Color information
#026E28 (or 0x026E28) is known color: Crusoe. HEX triplet: 02, 6E and 28. RGB value is (2,110,40). Sum of RGB (Red+Green+Blue) = 2+110+40=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #026E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E28 is #FD91D7. Grayscale: #454545. Windows color (decimal): -16617944 or 2649602. OLE color: 2649602.
HSL color Cylindrical-coordinate representation of color #026E28: hue angle of 141.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E28 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 40 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.57 |
| HSL | 141.11º | 0.96% | 0.22% | - |
| HSV(B) | 141.11º | 0.98% | 0.43% | - |
| XYZ | 5.98 | 11.32 | 3.88 | - |
| YUV | 69.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 40 | 0.98 | 0 | 0.64 | 0.57 | 141.11 | 0.96 | 0.22 |
| Hex | 2 | 6E | 28 | 62 | 0 | 40 | 39 | 8D | 60 | 16 |
| Octal | 2 | 156 | 50 | 142 | 0 | 100 | 71 | 215 | 140 | 26 |
| Binary | 10 | 1101110 | 101000 | 1100010 | 0 | 1000000 | 111001 | 10001101 | 1100000 | 10110 |
Color Harmonies of #026E28
Complementary color
Monochromatic Colors of #026E28
Black with #026E28
Text Example
Text Example
White with #026E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E28; }
p { color: rgb(2,110,40); }
H1.HeaderClassName
{
color: #026E28;
}
.AnyTagClassName
{
color: #026E28;
}
</style>
background-color css
<style>
a { background-color: #026E28; }
a { background-color: rgb(2,110,40); }
div.DivClassName
{
background-color: #026E28;
}
.BgClassName
{
background-color: #026E28;
}
</style>
border-color css
<style>
span { border-color: #026E28; }
span { border-color: rgb(2,110,40); }
td.TdClassName
{
border-color: #026E28;
}
.TagClassName
{
border-color: #026E28;
}
</style>