Shades of Crusoe #02642E
Tints of Crusoe #02642E
RGB
CMYK
RGB Variations
Color information
#02642E (or 0x02642E) is known color: Crusoe. HEX triplet: 02, 64 and 2E. RGB value is (2,100,46). Sum of RGB (Red+Green+Blue) = 2+100+46=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #02642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02642E is #FD9BD1. Grayscale: #404040. Windows color (decimal): -16620498 or 3040258. OLE color: 3040258.
HSL color Cylindrical-coordinate representation of color #02642E: hue angle of 146.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02642E is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 46 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.61 |
| HSL | 146.94º | 0.96% | 0.2% | - |
| HSV(B) | 146.94º | 0.98% | 0.39% | - |
| XYZ | 5.08 | 9.32 | 4.12 | - |
| YUV | 64.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 46 | 0.98 | 0 | 0.54 | 0.61 | 146.94 | 0.96 | 0.2 |
| Hex | 2 | 64 | 2E | 62 | 0 | 36 | 3D | 93 | 60 | 14 |
| Octal | 2 | 144 | 56 | 142 | 0 | 66 | 75 | 223 | 140 | 24 |
| Binary | 10 | 1100100 | 101110 | 1100010 | 0 | 110110 | 111101 | 10010011 | 1100000 | 10100 |
Color Harmonies of #02642E
Complementary color
Monochromatic Colors of #02642E
Black with #02642E
Text Example
Text Example
White with #02642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02642E; }
p { color: rgb(2,100,46); }
H1.HeaderClassName
{
color: #02642E;
}
.AnyTagClassName
{
color: #02642E;
}
</style>
background-color css
<style>
a { background-color: #02642E; }
a { background-color: rgb(2,100,46); }
div.DivClassName
{
background-color: #02642E;
}
.BgClassName
{
background-color: #02642E;
}
</style>
border-color css
<style>
span { border-color: #02642E; }
span { border-color: rgb(2,100,46); }
td.TdClassName
{
border-color: #02642E;
}
.TagClassName
{
border-color: #02642E;
}
</style>