Shades of Crusoe #02591E
Tints of Crusoe #02591E
RGB
CMYK
RGB Variations
Color information
#02591E (or 0x02591E) is known color: Crusoe. HEX triplet: 02, 59 and 1E. RGB value is (2,89,30). Sum of RGB (Red+Green+Blue) = 2+89+30=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #02591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02591E is #FDA6E1. Grayscale: #383838. Windows color (decimal): -16623330 or 1988866. OLE color: 1988866.
HSL color Cylindrical-coordinate representation of color #02591E: hue angle of 139.31º 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 #02591E is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 89 | 30 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.65 |
| HSL | 139.31º | 0.96% | 0.18% | - |
| HSV(B) | 139.31º | 0.98% | 0.35% | - |
| XYZ | 3.83 | 7.25 | 2.43 | - |
| YUV | 56.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 30 | 0.98 | 0 | 0.66 | 0.65 | 139.31 | 0.96 | 0.18 |
| Hex | 2 | 59 | 1E | 62 | 0 | 42 | 41 | 8B | 60 | 12 |
| Octal | 2 | 131 | 36 | 142 | 0 | 102 | 101 | 213 | 140 | 22 |
| Binary | 10 | 1011001 | 11110 | 1100010 | 0 | 1000010 | 1000001 | 10001011 | 1100000 | 10010 |
Color Harmonies of #02591E
Complementary color
Monochromatic Colors of #02591E
Black with #02591E
Text Example
Text Example
White with #02591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02591E; }
p { color: rgb(2,89,30); }
H1.HeaderClassName
{
color: #02591E;
}
.AnyTagClassName
{
color: #02591E;
}
</style>
background-color css
<style>
a { background-color: #02591E; }
a { background-color: rgb(2,89,30); }
div.DivClassName
{
background-color: #02591E;
}
.BgClassName
{
background-color: #02591E;
}
</style>
border-color css
<style>
span { border-color: #02591E; }
span { border-color: rgb(2,89,30); }
td.TdClassName
{
border-color: #02591E;
}
.TagClassName
{
border-color: #02591E;
}
</style>