Shades of Crusoe #025612
Tints of Crusoe #025612
RGB
CMYK
RGB Variations
Color information
#025612 (or 0x025612) is known color: Crusoe. HEX triplet: 02, 56 and 12. RGB value is (2,86,18). Sum of RGB (Red+Green+Blue) = 2+86+18=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 86 (33.98% from 255 or 81.13% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 86 - color contains mainly: green. Hex color #025612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025612 is #FDA9ED. Grayscale: #353535. Windows color (decimal): -16624110 or 1201666. OLE color: 1201666.
HSL color Cylindrical-coordinate representation of color #025612: hue angle of 131.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025612 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 86 | 18 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.66 |
| HSL | 131.43º | 0.95% | 0.17% | - |
| HSV(B) | 131.43º | 0.98% | 0.34% | - |
| XYZ | 3.46 | 6.71 | 1.69 | - |
| YUV | 53.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 18 | 0.98 | 0 | 0.79 | 0.66 | 131.43 | 0.95 | 0.17 |
| Hex | 2 | 56 | 12 | 62 | 0 | 4F | 42 | 83 | 5F | 11 |
| Octal | 2 | 126 | 22 | 142 | 0 | 117 | 102 | 203 | 137 | 21 |
| Binary | 10 | 1010110 | 10010 | 1100010 | 0 | 1001111 | 1000010 | 10000011 | 1011111 | 10001 |
Color Harmonies of #025612
Complementary color
Monochromatic Colors of #025612
Black with #025612
Text Example
Text Example
White with #025612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025612; }
p { color: rgb(2,86,18); }
H1.HeaderClassName
{
color: #025612;
}
.AnyTagClassName
{
color: #025612;
}
</style>
background-color css
<style>
a { background-color: #025612; }
a { background-color: rgb(2,86,18); }
div.DivClassName
{
background-color: #025612;
}
.BgClassName
{
background-color: #025612;
}
</style>
border-color css
<style>
span { border-color: #025612; }
span { border-color: rgb(2,86,18); }
td.TdClassName
{
border-color: #025612;
}
.TagClassName
{
border-color: #025612;
}
</style>