Shades of Crusoe #02702C
Tints of Crusoe #02702C
RGB
CMYK
RGB Variations
Color information
#02702C (or 0x02702C) is known color: Crusoe. HEX triplet: 02, 70 and 2C. RGB value is (2,112,44). Sum of RGB (Red+Green+Blue) = 2+112+44=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #02702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02702C is #FD8FD3. Grayscale: #474747. Windows color (decimal): -16617428 or 2912258. OLE color: 2912258.
HSL color Cylindrical-coordinate representation of color #02702C: hue angle of 142.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02702C is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 44 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.56 |
| HSL | 142.91º | 0.96% | 0.22% | - |
| HSV(B) | 142.91º | 0.98% | 0.44% | - |
| XYZ | 6.27 | 11.78 | 4.33 | - |
| YUV | 71.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 44 | 0.98 | 0 | 0.61 | 0.56 | 142.91 | 0.96 | 0.22 |
| Hex | 2 | 70 | 2C | 62 | 0 | 3D | 38 | 8F | 60 | 16 |
| Octal | 2 | 160 | 54 | 142 | 0 | 75 | 70 | 217 | 140 | 26 |
| Binary | 10 | 1110000 | 101100 | 1100010 | 0 | 111101 | 111000 | 10001111 | 1100000 | 10110 |
Color Harmonies of #02702C
Complementary color
Monochromatic Colors of #02702C
Black with #02702C
Text Example
Text Example
White with #02702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02702C; }
p { color: rgb(2,112,44); }
H1.HeaderClassName
{
color: #02702C;
}
.AnyTagClassName
{
color: #02702C;
}
</style>
background-color css
<style>
a { background-color: #02702C; }
a { background-color: rgb(2,112,44); }
div.DivClassName
{
background-color: #02702C;
}
.BgClassName
{
background-color: #02702C;
}
</style>
border-color css
<style>
span { border-color: #02702C; }
span { border-color: rgb(2,112,44); }
td.TdClassName
{
border-color: #02702C;
}
.TagClassName
{
border-color: #02702C;
}
</style>