Shades of Crusoe #026B23
Tints of Crusoe #026B23
RGB
CMYK
RGB Variations
Color information
#026B23 (or 0x026B23) is known color: Crusoe. HEX triplet: 02, 6B and 23. RGB value is (2,107,35). Sum of RGB (Red+Green+Blue) = 2+107+35=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 107 (42.19% from 255 or 74.31% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 107 - color contains mainly: green. Hex color #026B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B23 is #FD94DC. Grayscale: #434343. Windows color (decimal): -16618717 or 2321154. OLE color: 2321154.
HSL color Cylindrical-coordinate representation of color #026B23: hue angle of 138.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B23 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 107 | 35 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.58 |
| HSL | 138.86º | 0.96% | 0.21% | - |
| HSV(B) | 138.86º | 0.98% | 0.42% | - |
| XYZ | 5.59 | 10.65 | 3.35 | - |
| YUV | 67.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 35 | 0.98 | 0 | 0.67 | 0.58 | 138.86 | 0.96 | 0.21 |
| Hex | 2 | 6B | 23 | 62 | 0 | 43 | 3A | 8B | 60 | 15 |
| Octal | 2 | 153 | 43 | 142 | 0 | 103 | 72 | 213 | 140 | 25 |
| Binary | 10 | 1101011 | 100011 | 1100010 | 0 | 1000011 | 111010 | 10001011 | 1100000 | 10101 |
Color Harmonies of #026B23
Complementary color
Monochromatic Colors of #026B23
Black with #026B23
Text Example
Text Example
White with #026B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026B23; }
p { color: rgb(2,107,35); }
H1.HeaderClassName
{
color: #026B23;
}
.AnyTagClassName
{
color: #026B23;
}
</style>
background-color css
<style>
a { background-color: #026B23; }
a { background-color: rgb(2,107,35); }
div.DivClassName
{
background-color: #026B23;
}
.BgClassName
{
background-color: #026B23;
}
</style>
border-color css
<style>
span { border-color: #026B23; }
span { border-color: rgb(2,107,35); }
td.TdClassName
{
border-color: #026B23;
}
.TagClassName
{
border-color: #026B23;
}
</style>