Shades of Crusoe #02662E
Tints of Crusoe #02662E
RGB
CMYK
RGB Variations
Color information
#02662E (or 0x02662E) is known color: Crusoe. HEX triplet: 02, 66 and 2E. RGB value is (2,102,46). Sum of RGB (Red+Green+Blue) = 2+102+46=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #02662E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02662E is #FD99D1. Grayscale: #414141. Windows color (decimal): -16619986 or 3040770. OLE color: 3040770.
HSL color Cylindrical-coordinate representation of color #02662E: hue angle of 146.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02662E is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 46 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.6 |
| HSL | 146.4º | 0.96% | 0.2% | - |
| HSV(B) | 146.4º | 0.98% | 0.4% | - |
| XYZ | 5.27 | 9.71 | 4.18 | - |
| YUV | 65.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 46 | 0.98 | 0 | 0.55 | 0.6 | 146.4 | 0.96 | 0.2 |
| Hex | 2 | 66 | 2E | 62 | 0 | 37 | 3C | 92 | 60 | 14 |
| Octal | 2 | 146 | 56 | 142 | 0 | 67 | 74 | 222 | 140 | 24 |
| Binary | 10 | 1100110 | 101110 | 1100010 | 0 | 110111 | 111100 | 10010010 | 1100000 | 10100 |
Color Harmonies of #02662E
Complementary color
Monochromatic Colors of #02662E
Black with #02662E
Text Example
Text Example
White with #02662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02662E; }
p { color: rgb(2,102,46); }
H1.HeaderClassName
{
color: #02662E;
}
.AnyTagClassName
{
color: #02662E;
}
</style>
background-color css
<style>
a { background-color: #02662E; }
a { background-color: rgb(2,102,46); }
div.DivClassName
{
background-color: #02662E;
}
.BgClassName
{
background-color: #02662E;
}
</style>
border-color css
<style>
span { border-color: #02662E; }
span { border-color: rgb(2,102,46); }
td.TdClassName
{
border-color: #02662E;
}
.TagClassName
{
border-color: #02662E;
}
</style>