Shades of Crusoe #025E21
Tints of Crusoe #025E21
RGB
CMYK
RGB Variations
Color information
#025E21 (or 0x025E21) is known color: Crusoe. HEX triplet: 02, 5E and 21. RGB value is (2,94,33). Sum of RGB (Red+Green+Blue) = 2+94+33=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 94 (37.11% from 255 or 72.87% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 94 - color contains mainly: green. Hex color #025E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E21 is #FDA1DE. Grayscale: #3B3B3B. Windows color (decimal): -16622047 or 2186754. OLE color: 2186754.
HSL color Cylindrical-coordinate representation of color #025E21: hue angle of 140.22º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E21 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 94 | 33 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.63 |
| HSL | 140.22º | 0.96% | 0.19% | - |
| HSV(B) | 140.22º | 0.98% | 0.37% | - |
| XYZ | 4.3 | 8.13 | 2.78 | - |
| YUV | 59.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 33 | 0.98 | 0 | 0.65 | 0.63 | 140.22 | 0.96 | 0.19 |
| Hex | 2 | 5E | 21 | 62 | 0 | 41 | 3F | 8C | 60 | 13 |
| Octal | 2 | 136 | 41 | 142 | 0 | 101 | 77 | 214 | 140 | 23 |
| Binary | 10 | 1011110 | 100001 | 1100010 | 0 | 1000001 | 111111 | 10001100 | 1100000 | 10011 |
Color Harmonies of #025E21
Complementary color
Monochromatic Colors of #025E21
Black with #025E21
Text Example
Text Example
White with #025E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E21; }
p { color: rgb(2,94,33); }
H1.HeaderClassName
{
color: #025E21;
}
.AnyTagClassName
{
color: #025E21;
}
</style>
background-color css
<style>
a { background-color: #025E21; }
a { background-color: rgb(2,94,33); }
div.DivClassName
{
background-color: #025E21;
}
.BgClassName
{
background-color: #025E21;
}
</style>
border-color css
<style>
span { border-color: #025E21; }
span { border-color: rgb(2,94,33); }
td.TdClassName
{
border-color: #025E21;
}
.TagClassName
{
border-color: #025E21;
}
</style>