Shades of Crusoe #02621B
Tints of Crusoe #02621B
RGB
CMYK
RGB Variations
Color information
#02621B (or 0x02621B) is known color: Crusoe. HEX triplet: 02, 62 and 1B. RGB value is (2,98,27). Sum of RGB (Red+Green+Blue) = 2+98+27=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #02621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02621B is #FD9DE4. Grayscale: #3D3D3D. Windows color (decimal): -16621029 or 1794562. OLE color: 1794562.
HSL color Cylindrical-coordinate representation of color #02621B: hue angle of 135.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02621B is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 98 | 27 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.62 |
| HSL | 135.63º | 0.96% | 0.2% | - |
| HSV(B) | 135.63º | 0.98% | 0.38% | - |
| XYZ | 4.59 | 8.83 | 2.5 | - |
| YUV | 61.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 27 | 0.98 | 0 | 0.72 | 0.62 | 135.63 | 0.96 | 0.2 |
| Hex | 2 | 62 | 1B | 62 | 0 | 48 | 3E | 88 | 60 | 14 |
| Octal | 2 | 142 | 33 | 142 | 0 | 110 | 76 | 210 | 140 | 24 |
| Binary | 10 | 1100010 | 11011 | 1100010 | 0 | 1001000 | 111110 | 10001000 | 1100000 | 10100 |
Color Harmonies of #02621B
Complementary color
Monochromatic Colors of #02621B
Black with #02621B
Text Example
Text Example
White with #02621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02621B; }
p { color: rgb(2,98,27); }
H1.HeaderClassName
{
color: #02621B;
}
.AnyTagClassName
{
color: #02621B;
}
</style>
background-color css
<style>
a { background-color: #02621B; }
a { background-color: rgb(2,98,27); }
div.DivClassName
{
background-color: #02621B;
}
.BgClassName
{
background-color: #02621B;
}
</style>
border-color css
<style>
span { border-color: #02621B; }
span { border-color: rgb(2,98,27); }
td.TdClassName
{
border-color: #02621B;
}
.TagClassName
{
border-color: #02621B;
}
</style>