Shades of Crusoe #025A11
Tints of Crusoe #025A11
RGB
CMYK
RGB Variations
Color information
#025A11 (or 0x025A11) is known color: Crusoe. HEX triplet: 02, 5A and 11. RGB value is (2,90,17). Sum of RGB (Red+Green+Blue) = 2+90+17=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #025A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A11 is #FDA5EE. Grayscale: #373737. Windows color (decimal): -16623087 or 1137154. OLE color: 1137154.
HSL color Cylindrical-coordinate representation of color #025A11: hue angle of 130.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A11 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 90 | 17 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.65 |
| HSL | 130.23º | 0.96% | 0.18% | - |
| HSV(B) | 130.23º | 0.98% | 0.35% | - |
| XYZ | 3.78 | 7.37 | 1.75 | - |
| YUV | 55.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 17 | 0.98 | 0 | 0.81 | 0.65 | 130.23 | 0.96 | 0.18 |
| Hex | 2 | 5A | 11 | 62 | 0 | 51 | 41 | 82 | 60 | 12 |
| Octal | 2 | 132 | 21 | 142 | 0 | 121 | 101 | 202 | 140 | 22 |
| Binary | 10 | 1011010 | 10001 | 1100010 | 0 | 1010001 | 1000001 | 10000010 | 1100000 | 10010 |
Color Harmonies of #025A11
Complementary color
Monochromatic Colors of #025A11
Black with #025A11
Text Example
Text Example
White with #025A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A11; }
p { color: rgb(2,90,17); }
H1.HeaderClassName
{
color: #025A11;
}
.AnyTagClassName
{
color: #025A11;
}
</style>
background-color css
<style>
a { background-color: #025A11; }
a { background-color: rgb(2,90,17); }
div.DivClassName
{
background-color: #025A11;
}
.BgClassName
{
background-color: #025A11;
}
</style>
border-color css
<style>
span { border-color: #025A11; }
span { border-color: rgb(2,90,17); }
td.TdClassName
{
border-color: #025A11;
}
.TagClassName
{
border-color: #025A11;
}
</style>