Shades of Crusoe #02702D
Tints of Crusoe #02702D
RGB
CMYK
RGB Variations
Color information
#02702D (or 0x02702D) is known color: Crusoe. HEX triplet: 02, 70 and 2D. RGB value is (2,112,45). Sum of RGB (Red+Green+Blue) = 2+112+45=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #02702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02702D is #FD8FD2. Grayscale: #474747. Windows color (decimal): -16617427 or 2977794. OLE color: 2977794.
HSL color Cylindrical-coordinate representation of color #02702D: hue angle of 143.45º 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 #02702D is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 45 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.56 |
| HSL | 143.45º | 0.96% | 0.22% | - |
| HSV(B) | 143.45º | 0.98% | 0.44% | - |
| XYZ | 6.29 | 11.79 | 4.43 | - |
| YUV | 71.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 45 | 0.98 | 0 | 0.60 | 0.56 | 143.45 | 0.96 | 0.22 |
| Hex | 2 | 70 | 2D | 62 | 0 | 3C | 38 | 8F | 60 | 16 |
| Octal | 2 | 160 | 55 | 142 | 0 | 74 | 70 | 217 | 140 | 26 |
| Binary | 10 | 1110000 | 101101 | 1100010 | 0 | 111100 | 111000 | 10001111 | 1100000 | 10110 |
Color Harmonies of #02702D
Complementary color
Monochromatic Colors of #02702D
Black with #02702D
Text Example
Text Example
White with #02702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02702D; }
p { color: rgb(2,112,45); }
H1.HeaderClassName
{
color: #02702D;
}
.AnyTagClassName
{
color: #02702D;
}
</style>
background-color css
<style>
a { background-color: #02702D; }
a { background-color: rgb(2,112,45); }
div.DivClassName
{
background-color: #02702D;
}
.BgClassName
{
background-color: #02702D;
}
</style>
border-color css
<style>
span { border-color: #02702D; }
span { border-color: rgb(2,112,45); }
td.TdClassName
{
border-color: #02702D;
}
.TagClassName
{
border-color: #02702D;
}
</style>