Shades of Crusoe #02631C
Tints of Crusoe #02631C
RGB
CMYK
RGB Variations
Color information
#02631C (or 0x02631C) is known color: Crusoe. HEX triplet: 02, 63 and 1C. RGB value is (2,99,28). Sum of RGB (Red+Green+Blue) = 2+99+28=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #02631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02631C is #FD9CE3. Grayscale: #3E3E3E. Windows color (decimal): -16620772 or 1860354. OLE color: 1860354.
HSL color Cylindrical-coordinate representation of color #02631C: hue angle of 136.08º 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 #02631C is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 99 | 28 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.61 |
| HSL | 136.08º | 0.96% | 0.2% | - |
| HSV(B) | 136.08º | 0.98% | 0.39% | - |
| XYZ | 4.7 | 9.02 | 2.59 | - |
| YUV | 61.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 28 | 0.98 | 0 | 0.72 | 0.61 | 136.08 | 0.96 | 0.2 |
| Hex | 2 | 63 | 1C | 62 | 0 | 48 | 3D | 88 | 60 | 14 |
| Octal | 2 | 143 | 34 | 142 | 0 | 110 | 75 | 210 | 140 | 24 |
| Binary | 10 | 1100011 | 11100 | 1100010 | 0 | 1001000 | 111101 | 10001000 | 1100000 | 10100 |
Color Harmonies of #02631C
Complementary color
Monochromatic Colors of #02631C
Black with #02631C
Text Example
Text Example
White with #02631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02631C; }
p { color: rgb(2,99,28); }
H1.HeaderClassName
{
color: #02631C;
}
.AnyTagClassName
{
color: #02631C;
}
</style>
background-color css
<style>
a { background-color: #02631C; }
a { background-color: rgb(2,99,28); }
div.DivClassName
{
background-color: #02631C;
}
.BgClassName
{
background-color: #02631C;
}
</style>
border-color css
<style>
span { border-color: #02631C; }
span { border-color: rgb(2,99,28); }
td.TdClassName
{
border-color: #02631C;
}
.TagClassName
{
border-color: #02631C;
}
</style>