Shades of Crusoe #026D28
Tints of Crusoe #026D28
RGB
CMYK
RGB Variations
Color information
#026D28 (or 0x026D28) is known color: Crusoe. HEX triplet: 02, 6D and 28. RGB value is (2,109,40). Sum of RGB (Red+Green+Blue) = 2+109+40=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #026D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D28 is #FD92D7. Grayscale: #454545. Windows color (decimal): -16618200 or 2649346. OLE color: 2649346.
HSL color Cylindrical-coordinate representation of color #026D28: hue angle of 141.31º 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 #026D28 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 40 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.57 |
| HSL | 141.31º | 0.96% | 0.22% | - |
| HSV(B) | 141.31º | 0.98% | 0.43% | - |
| XYZ | 5.88 | 11.1 | 3.84 | - |
| YUV | 69.14 | 111.55 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 40 | 0.98 | 0 | 0.63 | 0.57 | 141.31 | 0.96 | 0.22 |
| Hex | 2 | 6D | 28 | 62 | 0 | 3F | 39 | 8D | 60 | 16 |
| Octal | 2 | 155 | 50 | 142 | 0 | 77 | 71 | 215 | 140 | 26 |
| Binary | 10 | 1101101 | 101000 | 1100010 | 0 | 111111 | 111001 | 10001101 | 1100000 | 10110 |
Color Harmonies of #026D28
Complementary color
Monochromatic Colors of #026D28
Black with #026D28
Text Example
Text Example
White with #026D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D28; }
p { color: rgb(2,109,40); }
H1.HeaderClassName
{
color: #026D28;
}
.AnyTagClassName
{
color: #026D28;
}
</style>
background-color css
<style>
a { background-color: #026D28; }
a { background-color: rgb(2,109,40); }
div.DivClassName
{
background-color: #026D28;
}
.BgClassName
{
background-color: #026D28;
}
</style>
border-color css
<style>
span { border-color: #026D28; }
span { border-color: rgb(2,109,40); }
td.TdClassName
{
border-color: #026D28;
}
.TagClassName
{
border-color: #026D28;
}
</style>