Shades of Crusoe #027128
Tints of Crusoe #027128
RGB
CMYK
RGB Variations
Color information
#027128 (or 0x027128) is known color: Crusoe. HEX triplet: 02, 71 and 28. RGB value is (2,113,40). Sum of RGB (Red+Green+Blue) = 2+113+40=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #027128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027128 is #FD8ED7. Grayscale: #474747. Windows color (decimal): -16617176 or 2650370. OLE color: 2650370.
HSL color Cylindrical-coordinate representation of color #027128: hue angle of 140.54º 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 #027128 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 40 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.56 |
| HSL | 140.54º | 0.97% | 0.23% | - |
| HSV(B) | 140.54º | 0.98% | 0.44% | - |
| XYZ | 6.31 | 11.98 | 3.99 | - |
| YUV | 71.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 40 | 0.98 | 0 | 0.65 | 0.56 | 140.54 | 0.97 | 0.23 |
| Hex | 2 | 71 | 28 | 62 | 0 | 41 | 38 | 8D | 61 | 17 |
| Octal | 2 | 161 | 50 | 142 | 0 | 101 | 70 | 215 | 141 | 27 |
| Binary | 10 | 1110001 | 101000 | 1100010 | 0 | 1000001 | 111000 | 10001101 | 1100001 | 10111 |
Color Harmonies of #027128
Complementary color
Monochromatic Colors of #027128
Black with #027128
Text Example
Text Example
White with #027128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027128; }
p { color: rgb(2,113,40); }
H1.HeaderClassName
{
color: #027128;
}
.AnyTagClassName
{
color: #027128;
}
</style>
background-color css
<style>
a { background-color: #027128; }
a { background-color: rgb(2,113,40); }
div.DivClassName
{
background-color: #027128;
}
.BgClassName
{
background-color: #027128;
}
</style>
border-color css
<style>
span { border-color: #027128; }
span { border-color: rgb(2,113,40); }
td.TdClassName
{
border-color: #027128;
}
.TagClassName
{
border-color: #027128;
}
</style>