Shades of Crusoe #026B2D
Tints of Crusoe #026B2D
RGB
CMYK
RGB Variations
Color information
#026B2D (or 0x026B2D) is known color: Crusoe. HEX triplet: 02, 6B and 2D. RGB value is (2,107,45). Sum of RGB (Red+Green+Blue) = 2+107+45=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #026B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B2D is #FD94D2. Grayscale: #444444. Windows color (decimal): -16618707 or 2976514. OLE color: 2976514.
HSL color Cylindrical-coordinate representation of color #026B2D: hue angle of 144.57º 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 #026B2D is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 107 | 45 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.58 |
| HSL | 144.57º | 0.96% | 0.21% | - |
| HSV(B) | 144.57º | 0.98% | 0.42% | - |
| XYZ | 5.76 | 10.72 | 4.25 | - |
| YUV | 68.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 45 | 0.98 | 0 | 0.58 | 0.58 | 144.57 | 0.96 | 0.21 |
| Hex | 2 | 6B | 2D | 62 | 0 | 3A | 3A | 91 | 60 | 15 |
| Octal | 2 | 153 | 55 | 142 | 0 | 72 | 72 | 221 | 140 | 25 |
| Binary | 10 | 1101011 | 101101 | 1100010 | 0 | 111010 | 111010 | 10010001 | 1100000 | 10101 |
Color Harmonies of #026B2D
Complementary color
Monochromatic Colors of #026B2D
Black with #026B2D
Text Example
Text Example
White with #026B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026B2D; }
p { color: rgb(2,107,45); }
H1.HeaderClassName
{
color: #026B2D;
}
.AnyTagClassName
{
color: #026B2D;
}
</style>
background-color css
<style>
a { background-color: #026B2D; }
a { background-color: rgb(2,107,45); }
div.DivClassName
{
background-color: #026B2D;
}
.BgClassName
{
background-color: #026B2D;
}
</style>
border-color css
<style>
span { border-color: #026B2D; }
span { border-color: rgb(2,107,45); }
td.TdClassName
{
border-color: #026B2D;
}
.TagClassName
{
border-color: #026B2D;
}
</style>