Shades of Crusoe #026D1E
Tints of Crusoe #026D1E
RGB
CMYK
RGB Variations
Color information
#026D1E (or 0x026D1E) is known color: Crusoe. HEX triplet: 02, 6D and 1E. RGB value is (2,109,30). Sum of RGB (Red+Green+Blue) = 2+109+30=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #026D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D1E is #FD92E1. Grayscale: #444444. Windows color (decimal): -16618210 or 1993986. OLE color: 1993986.
HSL color Cylindrical-coordinate representation of color #026D1E: hue angle of 135.7º 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 #026D1E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 30 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.57 |
| HSL | 135.7º | 0.96% | 0.22% | - |
| HSV(B) | 135.7º | 0.98% | 0.43% | - |
| XYZ | 5.73 | 11.04 | 3.06 | - |
| YUV | 68 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 30 | 0.98 | 0 | 0.72 | 0.57 | 135.7 | 0.96 | 0.22 |
| Hex | 2 | 6D | 1E | 62 | 0 | 48 | 39 | 88 | 60 | 16 |
| Octal | 2 | 155 | 36 | 142 | 0 | 110 | 71 | 210 | 140 | 26 |
| Binary | 10 | 1101101 | 11110 | 1100010 | 0 | 1001000 | 111001 | 10001000 | 1100000 | 10110 |
Color Harmonies of #026D1E
Complementary color
Monochromatic Colors of #026D1E
Black with #026D1E
Text Example
Text Example
White with #026D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D1E; }
p { color: rgb(2,109,30); }
H1.HeaderClassName
{
color: #026D1E;
}
.AnyTagClassName
{
color: #026D1E;
}
</style>
background-color css
<style>
a { background-color: #026D1E; }
a { background-color: rgb(2,109,30); }
div.DivClassName
{
background-color: #026D1E;
}
.BgClassName
{
background-color: #026D1E;
}
</style>
border-color css
<style>
span { border-color: #026D1E; }
span { border-color: rgb(2,109,30); }
td.TdClassName
{
border-color: #026D1E;
}
.TagClassName
{
border-color: #026D1E;
}
</style>