Shades of Crusoe #026F1C
Tints of Crusoe #026F1C
RGB
CMYK
RGB Variations
Color information
#026F1C (or 0x026F1C) is known color: Crusoe. HEX triplet: 02, 6F and 1C. RGB value is (2,111,28). Sum of RGB (Red+Green+Blue) = 2+111+28=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #026F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F1C is #FD90E3. Grayscale: #454545. Windows color (decimal): -16617700 or 1863426. OLE color: 1863426.
HSL color Cylindrical-coordinate representation of color #026F1C: hue angle of 134.31º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F1C is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 111 | 28 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.56 |
| HSL | 134.31º | 0.96% | 0.22% | - |
| HSV(B) | 134.31º | 0.98% | 0.44% | - |
| XYZ | 5.92 | 11.47 | 3 | - |
| YUV | 68.95 | 104.89 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 28 | 0.98 | 0 | 0.75 | 0.56 | 134.31 | 0.96 | 0.22 |
| Hex | 2 | 6F | 1C | 62 | 0 | 4B | 38 | 86 | 60 | 16 |
| Octal | 2 | 157 | 34 | 142 | 0 | 113 | 70 | 206 | 140 | 26 |
| Binary | 10 | 1101111 | 11100 | 1100010 | 0 | 1001011 | 111000 | 10000110 | 1100000 | 10110 |
Color Harmonies of #026F1C
Complementary color
Monochromatic Colors of #026F1C
Black with #026F1C
Text Example
Text Example
White with #026F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026F1C; }
p { color: rgb(2,111,28); }
H1.HeaderClassName
{
color: #026F1C;
}
.AnyTagClassName
{
color: #026F1C;
}
</style>
background-color css
<style>
a { background-color: #026F1C; }
a { background-color: rgb(2,111,28); }
div.DivClassName
{
background-color: #026F1C;
}
.BgClassName
{
background-color: #026F1C;
}
</style>
border-color css
<style>
span { border-color: #026F1C; }
span { border-color: rgb(2,111,28); }
td.TdClassName
{
border-color: #026F1C;
}
.TagClassName
{
border-color: #026F1C;
}
</style>