Shades of Crusoe #02642B
Tints of Crusoe #02642B
RGB
CMYK
RGB Variations
Color information
#02642B (or 0x02642B) is known color: Crusoe. HEX triplet: 02, 64 and 2B. RGB value is (2,100,43). Sum of RGB (Red+Green+Blue) = 2+100+43=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #02642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02642B is #FD9BD4. Grayscale: #404040. Windows color (decimal): -16620501 or 2843650. OLE color: 2843650.
HSL color Cylindrical-coordinate representation of color #02642B: hue angle of 145.1º 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 #02642B is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 43 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.61 |
| HSL | 145.1º | 0.96% | 0.2% | - |
| HSV(B) | 145.1º | 0.98% | 0.39% | - |
| XYZ | 5.02 | 9.3 | 3.82 | - |
| YUV | 64.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 43 | 0.98 | 0 | 0.57 | 0.61 | 145.1 | 0.96 | 0.2 |
| Hex | 2 | 64 | 2B | 62 | 0 | 39 | 3D | 91 | 60 | 14 |
| Octal | 2 | 144 | 53 | 142 | 0 | 71 | 75 | 221 | 140 | 24 |
| Binary | 10 | 1100100 | 101011 | 1100010 | 0 | 111001 | 111101 | 10010001 | 1100000 | 10100 |
Color Harmonies of #02642B
Complementary color
Monochromatic Colors of #02642B
Black with #02642B
Text Example
Text Example
White with #02642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02642B; }
p { color: rgb(2,100,43); }
H1.HeaderClassName
{
color: #02642B;
}
.AnyTagClassName
{
color: #02642B;
}
</style>
background-color css
<style>
a { background-color: #02642B; }
a { background-color: rgb(2,100,43); }
div.DivClassName
{
background-color: #02642B;
}
.BgClassName
{
background-color: #02642B;
}
</style>
border-color css
<style>
span { border-color: #02642B; }
span { border-color: rgb(2,100,43); }
td.TdClassName
{
border-color: #02642B;
}
.TagClassName
{
border-color: #02642B;
}
</style>