Shades of Crusoe #02712A
Tints of Crusoe #02712A
RGB
CMYK
RGB Variations
Color information
#02712A (or 0x02712A) is known color: Crusoe. HEX triplet: 02, 71 and 2A. RGB value is (2,113,42). Sum of RGB (Red+Green+Blue) = 2+113+42=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #02712A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02712A is #FD8ED5. Grayscale: #474747. Windows color (decimal): -16617174 or 2781442. OLE color: 2781442.
HSL color Cylindrical-coordinate representation of color #02712A: hue angle of 141.62º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02712A is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 42 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.56 |
| HSL | 141.62º | 0.97% | 0.23% | - |
| HSV(B) | 141.62º | 0.98% | 0.44% | - |
| XYZ | 6.35 | 11.99 | 4.17 | - |
| YUV | 71.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 42 | 0.98 | 0 | 0.63 | 0.56 | 141.62 | 0.97 | 0.23 |
| Hex | 2 | 71 | 2A | 62 | 0 | 3F | 38 | 8E | 61 | 17 |
| Octal | 2 | 161 | 52 | 142 | 0 | 77 | 70 | 216 | 141 | 27 |
| Binary | 10 | 1110001 | 101010 | 1100010 | 0 | 111111 | 111000 | 10001110 | 1100001 | 10111 |
Color Harmonies of #02712A
Complementary color
Monochromatic Colors of #02712A
Black with #02712A
Text Example
Text Example
White with #02712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02712A; }
p { color: rgb(2,113,42); }
H1.HeaderClassName
{
color: #02712A;
}
.AnyTagClassName
{
color: #02712A;
}
</style>
background-color css
<style>
a { background-color: #02712A; }
a { background-color: rgb(2,113,42); }
div.DivClassName
{
background-color: #02712A;
}
.BgClassName
{
background-color: #02712A;
}
</style>
border-color css
<style>
span { border-color: #02712A; }
span { border-color: rgb(2,113,42); }
td.TdClassName
{
border-color: #02712A;
}
.TagClassName
{
border-color: #02712A;
}
</style>