Shades of Crusoe #02652C
Tints of Crusoe #02652C
RGB
CMYK
RGB Variations
Color information
#02652C (or 0x02652C) is known color: Crusoe. HEX triplet: 02, 65 and 2C. RGB value is (2,101,44). Sum of RGB (Red+Green+Blue) = 2+101+44=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #02652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02652C is #FD9AD3. Grayscale: #414141. Windows color (decimal): -16620244 or 2909442. OLE color: 2909442.
HSL color Cylindrical-coordinate representation of color #02652C: hue angle of 145.45º 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 #02652C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 44 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.60 |
| HSL | 145.45º | 0.96% | 0.2% | - |
| HSV(B) | 145.45º | 0.98% | 0.4% | - |
| XYZ | 5.13 | 9.5 | 3.95 | - |
| YUV | 64.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 44 | 0.98 | 0 | 0.56 | 0.60 | 145.45 | 0.96 | 0.2 |
| Hex | 2 | 65 | 2C | 62 | 0 | 38 | 3C | 91 | 60 | 14 |
| Octal | 2 | 145 | 54 | 142 | 0 | 70 | 74 | 221 | 140 | 24 |
| Binary | 10 | 1100101 | 101100 | 1100010 | 0 | 111000 | 111100 | 10010001 | 1100000 | 10100 |
Color Harmonies of #02652C
Complementary color
Monochromatic Colors of #02652C
Black with #02652C
Text Example
Text Example
White with #02652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02652C; }
p { color: rgb(2,101,44); }
H1.HeaderClassName
{
color: #02652C;
}
.AnyTagClassName
{
color: #02652C;
}
</style>
background-color css
<style>
a { background-color: #02652C; }
a { background-color: rgb(2,101,44); }
div.DivClassName
{
background-color: #02652C;
}
.BgClassName
{
background-color: #02652C;
}
</style>
border-color css
<style>
span { border-color: #02652C; }
span { border-color: rgb(2,101,44); }
td.TdClassName
{
border-color: #02652C;
}
.TagClassName
{
border-color: #02652C;
}
</style>