Shades of Crusoe #027124
Tints of Crusoe #027124
RGB
CMYK
RGB Variations
Color information
#027124 (or 0x027124) is known color: Crusoe. HEX triplet: 02, 71 and 24. RGB value is (2,113,36). Sum of RGB (Red+Green+Blue) = 2+113+36=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #027124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027124 is #FD8EDB. Grayscale: #474747. Windows color (decimal): -16617180 or 2388226. OLE color: 2388226.
HSL color Cylindrical-coordinate representation of color #027124: hue angle of 138.38º 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 #027124 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 36 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.56 |
| HSL | 138.38º | 0.97% | 0.23% | - |
| HSV(B) | 138.38º | 0.98% | 0.44% | - |
| XYZ | 6.25 | 11.95 | 3.65 | - |
| YUV | 71.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 36 | 0.98 | 0 | 0.68 | 0.56 | 138.38 | 0.97 | 0.23 |
| Hex | 2 | 71 | 24 | 62 | 0 | 44 | 38 | 8A | 61 | 17 |
| Octal | 2 | 161 | 44 | 142 | 0 | 104 | 70 | 212 | 141 | 27 |
| Binary | 10 | 1110001 | 100100 | 1100010 | 0 | 1000100 | 111000 | 10001010 | 1100001 | 10111 |
Color Harmonies of #027124
Complementary color
Monochromatic Colors of #027124
Black with #027124
Text Example
Text Example
White with #027124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027124; }
p { color: rgb(2,113,36); }
H1.HeaderClassName
{
color: #027124;
}
.AnyTagClassName
{
color: #027124;
}
</style>
background-color css
<style>
a { background-color: #027124; }
a { background-color: rgb(2,113,36); }
div.DivClassName
{
background-color: #027124;
}
.BgClassName
{
background-color: #027124;
}
</style>
border-color css
<style>
span { border-color: #027124; }
span { border-color: rgb(2,113,36); }
td.TdClassName
{
border-color: #027124;
}
.TagClassName
{
border-color: #027124;
}
</style>