Shades of Crusoe #02632C
Tints of Crusoe #02632C
RGB
CMYK
RGB Variations
Color information
#02632C (or 0x02632C) is known color: Crusoe. HEX triplet: 02, 63 and 2C. RGB value is (2,99,44). Sum of RGB (Red+Green+Blue) = 2+99+44=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #02632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02632C is #FD9CD3. Grayscale: #3F3F3F. Windows color (decimal): -16620756 or 2908930. OLE color: 2908930.
HSL color Cylindrical-coordinate representation of color #02632C: hue angle of 145.98º 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 #02632C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 99 | 44 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.61 |
| HSL | 145.98º | 0.96% | 0.2% | - |
| HSV(B) | 145.98º | 0.98% | 0.39% | - |
| XYZ | 4.94 | 9.12 | 3.88 | - |
| YUV | 63.73 | 116.86 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 44 | 0.98 | 0 | 0.56 | 0.61 | 145.98 | 0.96 | 0.2 |
| Hex | 2 | 63 | 2C | 62 | 0 | 38 | 3D | 92 | 60 | 14 |
| Octal | 2 | 143 | 54 | 142 | 0 | 70 | 75 | 222 | 140 | 24 |
| Binary | 10 | 1100011 | 101100 | 1100010 | 0 | 111000 | 111101 | 10010010 | 1100000 | 10100 |
Color Harmonies of #02632C
Complementary color
Monochromatic Colors of #02632C
Black with #02632C
Text Example
Text Example
White with #02632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02632C; }
p { color: rgb(2,99,44); }
H1.HeaderClassName
{
color: #02632C;
}
.AnyTagClassName
{
color: #02632C;
}
</style>
background-color css
<style>
a { background-color: #02632C; }
a { background-color: rgb(2,99,44); }
div.DivClassName
{
background-color: #02632C;
}
.BgClassName
{
background-color: #02632C;
}
</style>
border-color css
<style>
span { border-color: #02632C; }
span { border-color: rgb(2,99,44); }
td.TdClassName
{
border-color: #02632C;
}
.TagClassName
{
border-color: #02632C;
}
</style>