Shades of Crusoe #027027
Tints of Crusoe #027027
RGB
CMYK
RGB Variations
Color information
#027027 (or 0x027027) is known color: Crusoe. HEX triplet: 02, 70 and 27. RGB value is (2,112,39). Sum of RGB (Red+Green+Blue) = 2+112+39=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #027027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027027 is #FD8FD8. Grayscale: #464646. Windows color (decimal): -16617433 or 2584578. OLE color: 2584578.
HSL color Cylindrical-coordinate representation of color #027027: hue angle of 140.18º 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 #027027 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 39 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.56 |
| HSL | 140.18º | 0.96% | 0.22% | - |
| HSV(B) | 140.18º | 0.98% | 0.44% | - |
| XYZ | 6.19 | 11.75 | 3.86 | - |
| YUV | 70.79 | 110.06 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 39 | 0.98 | 0 | 0.65 | 0.56 | 140.18 | 0.96 | 0.22 |
| Hex | 2 | 70 | 27 | 62 | 0 | 41 | 38 | 8C | 60 | 16 |
| Octal | 2 | 160 | 47 | 142 | 0 | 101 | 70 | 214 | 140 | 26 |
| Binary | 10 | 1110000 | 100111 | 1100010 | 0 | 1000001 | 111000 | 10001100 | 1100000 | 10110 |
Color Harmonies of #027027
Complementary color
Monochromatic Colors of #027027
Black with #027027
Text Example
Text Example
White with #027027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027027; }
p { color: rgb(2,112,39); }
H1.HeaderClassName
{
color: #027027;
}
.AnyTagClassName
{
color: #027027;
}
</style>
background-color css
<style>
a { background-color: #027027; }
a { background-color: rgb(2,112,39); }
div.DivClassName
{
background-color: #027027;
}
.BgClassName
{
background-color: #027027;
}
</style>
border-color css
<style>
span { border-color: #027027; }
span { border-color: rgb(2,112,39); }
td.TdClassName
{
border-color: #027027;
}
.TagClassName
{
border-color: #027027;
}
</style>