Shades of Crusoe #026D2E
Tints of Crusoe #026D2E
RGB
CMYK
RGB Variations
Color information
#026D2E (or 0x026D2E) is known color: Crusoe. HEX triplet: 02, 6D and 2E. RGB value is (2,109,46). Sum of RGB (Red+Green+Blue) = 2+109+46=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 109 (42.97% from 255 or 69.43% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 109 - color contains mainly: green. Hex color #026D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D2E is #FD92D1. Grayscale: #454545. Windows color (decimal): -16618194 or 3042562. OLE color: 3042562.
HSL color Cylindrical-coordinate representation of color #026D2E: hue angle of 144.67º 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 #026D2E is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 46 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.57 |
| HSL | 144.67º | 0.96% | 0.22% | - |
| HSV(B) | 144.67º | 0.98% | 0.43% | - |
| XYZ | 5.99 | 11.15 | 4.42 | - |
| YUV | 69.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 46 | 0.98 | 0 | 0.58 | 0.57 | 144.67 | 0.96 | 0.22 |
| Hex | 2 | 6D | 2E | 62 | 0 | 3A | 39 | 91 | 60 | 16 |
| Octal | 2 | 155 | 56 | 142 | 0 | 72 | 71 | 221 | 140 | 26 |
| Binary | 10 | 1101101 | 101110 | 1100010 | 0 | 111010 | 111001 | 10010001 | 1100000 | 10110 |
Color Harmonies of #026D2E
Complementary color
Monochromatic Colors of #026D2E
Black with #026D2E
Text Example
Text Example
White with #026D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D2E; }
p { color: rgb(2,109,46); }
H1.HeaderClassName
{
color: #026D2E;
}
.AnyTagClassName
{
color: #026D2E;
}
</style>
background-color css
<style>
a { background-color: #026D2E; }
a { background-color: rgb(2,109,46); }
div.DivClassName
{
background-color: #026D2E;
}
.BgClassName
{
background-color: #026D2E;
}
</style>
border-color css
<style>
span { border-color: #026D2E; }
span { border-color: rgb(2,109,46); }
td.TdClassName
{
border-color: #026D2E;
}
.TagClassName
{
border-color: #026D2E;
}
</style>