Shades of Crusoe #02641C
Tints of Crusoe #02641C
RGB
CMYK
RGB Variations
Color information
#02641C (or 0x02641C) is known color: Crusoe. HEX triplet: 02, 64 and 1C. RGB value is (2,100,28). Sum of RGB (Red+Green+Blue) = 2+100+28=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #02641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02641C is #FD9BE3. Grayscale: #3E3E3E. Windows color (decimal): -16620516 or 1860610. OLE color: 1860610.
HSL color Cylindrical-coordinate representation of color #02641C: hue angle of 135.92º 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 #02641C is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 28 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.61 |
| HSL | 135.92º | 0.96% | 0.2% | - |
| HSV(B) | 135.92º | 0.98% | 0.39% | - |
| XYZ | 4.79 | 9.21 | 2.62 | - |
| YUV | 62.49 | 108.53 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 28 | 0.98 | 0 | 0.72 | 0.61 | 135.92 | 0.96 | 0.2 |
| Hex | 2 | 64 | 1C | 62 | 0 | 48 | 3D | 88 | 60 | 14 |
| Octal | 2 | 144 | 34 | 142 | 0 | 110 | 75 | 210 | 140 | 24 |
| Binary | 10 | 1100100 | 11100 | 1100010 | 0 | 1001000 | 111101 | 10001000 | 1100000 | 10100 |
Color Harmonies of #02641C
Complementary color
Monochromatic Colors of #02641C
Black with #02641C
Text Example
Text Example
White with #02641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02641C; }
p { color: rgb(2,100,28); }
H1.HeaderClassName
{
color: #02641C;
}
.AnyTagClassName
{
color: #02641C;
}
</style>
background-color css
<style>
a { background-color: #02641C; }
a { background-color: rgb(2,100,28); }
div.DivClassName
{
background-color: #02641C;
}
.BgClassName
{
background-color: #02641C;
}
</style>
border-color css
<style>
span { border-color: #02641C; }
span { border-color: rgb(2,100,28); }
td.TdClassName
{
border-color: #02641C;
}
.TagClassName
{
border-color: #02641C;
}
</style>