Shades of Crusoe #026823
Tints of Crusoe #026823
RGB
CMYK
RGB Variations
Color information
#026823 (or 0x026823) is known color: Crusoe. HEX triplet: 02, 68 and 23. RGB value is (2,104,35). Sum of RGB (Red+Green+Blue) = 2+104+35=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #026823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026823 is #FD97DC. Grayscale: #414141. Windows color (decimal): -16619485 or 2320386. OLE color: 2320386.
HSL color Cylindrical-coordinate representation of color #026823: hue angle of 139.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026823 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 35 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.59 |
| HSL | 139.41º | 0.96% | 0.21% | - |
| HSV(B) | 139.41º | 0.98% | 0.41% | - |
| XYZ | 5.28 | 10.03 | 3.25 | - |
| YUV | 65.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 35 | 0.98 | 0 | 0.66 | 0.59 | 139.41 | 0.96 | 0.21 |
| Hex | 2 | 68 | 23 | 62 | 0 | 42 | 3B | 8B | 60 | 15 |
| Octal | 2 | 150 | 43 | 142 | 0 | 102 | 73 | 213 | 140 | 25 |
| Binary | 10 | 1101000 | 100011 | 1100010 | 0 | 1000010 | 111011 | 10001011 | 1100000 | 10101 |
Color Harmonies of #026823
Complementary color
Monochromatic Colors of #026823
Black with #026823
Text Example
Text Example
White with #026823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026823; }
p { color: rgb(2,104,35); }
H1.HeaderClassName
{
color: #026823;
}
.AnyTagClassName
{
color: #026823;
}
</style>
background-color css
<style>
a { background-color: #026823; }
a { background-color: rgb(2,104,35); }
div.DivClassName
{
background-color: #026823;
}
.BgClassName
{
background-color: #026823;
}
</style>
border-color css
<style>
span { border-color: #026823; }
span { border-color: rgb(2,104,35); }
td.TdClassName
{
border-color: #026823;
}
.TagClassName
{
border-color: #026823;
}
</style>