Shades of Crusoe #02662D
Tints of Crusoe #02662D
RGB
CMYK
RGB Variations
Color information
#02662D (or 0x02662D) is known color: Crusoe. HEX triplet: 02, 66 and 2D. RGB value is (2,102,45). Sum of RGB (Red+Green+Blue) = 2+102+45=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #02662D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02662D is #FD99D2. Grayscale: #414141. Windows color (decimal): -16619987 or 2975234. OLE color: 2975234.
HSL color Cylindrical-coordinate representation of color #02662D: hue angle of 145.8º 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 #02662D is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 45 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.6 |
| HSL | 145.8º | 0.96% | 0.2% | - |
| HSV(B) | 145.8º | 0.98% | 0.4% | - |
| XYZ | 5.25 | 9.71 | 4.08 | - |
| YUV | 65.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 45 | 0.98 | 0 | 0.56 | 0.6 | 145.8 | 0.96 | 0.2 |
| Hex | 2 | 66 | 2D | 62 | 0 | 38 | 3C | 92 | 60 | 14 |
| Octal | 2 | 146 | 55 | 142 | 0 | 70 | 74 | 222 | 140 | 24 |
| Binary | 10 | 1100110 | 101101 | 1100010 | 0 | 111000 | 111100 | 10010010 | 1100000 | 10100 |
Color Harmonies of #02662D
Complementary color
Monochromatic Colors of #02662D
Black with #02662D
Text Example
Text Example
White with #02662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02662D; }
p { color: rgb(2,102,45); }
H1.HeaderClassName
{
color: #02662D;
}
.AnyTagClassName
{
color: #02662D;
}
</style>
background-color css
<style>
a { background-color: #02662D; }
a { background-color: rgb(2,102,45); }
div.DivClassName
{
background-color: #02662D;
}
.BgClassName
{
background-color: #02662D;
}
</style>
border-color css
<style>
span { border-color: #02662D; }
span { border-color: rgb(2,102,45); }
td.TdClassName
{
border-color: #02662D;
}
.TagClassName
{
border-color: #02662D;
}
</style>