Shades of Crusoe #02581A
Tints of Crusoe #02581A
RGB
CMYK
RGB Variations
Color information
#02581A (or 0x02581A) is known color: Crusoe. HEX triplet: 02, 58 and 1A. RGB value is (2,88,26). Sum of RGB (Red+Green+Blue) = 2+88+26=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #02581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02581A is #FDA7E5. Grayscale: #373737. Windows color (decimal): -16623590 or 1726466. OLE color: 1726466.
HSL color Cylindrical-coordinate representation of color #02581A: hue angle of 136.74º 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 #02581A is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 88 | 26 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.65 |
| HSL | 136.74º | 0.96% | 0.18% | - |
| HSV(B) | 136.74º | 0.98% | 0.35% | - |
| XYZ | 3.7 | 7.07 | 2.15 | - |
| YUV | 55.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 26 | 0.98 | 0 | 0.70 | 0.65 | 136.74 | 0.96 | 0.18 |
| Hex | 2 | 58 | 1A | 62 | 0 | 46 | 41 | 89 | 60 | 12 |
| Octal | 2 | 130 | 32 | 142 | 0 | 106 | 101 | 211 | 140 | 22 |
| Binary | 10 | 1011000 | 11010 | 1100010 | 0 | 1000110 | 1000001 | 10001001 | 1100000 | 10010 |
Color Harmonies of #02581A
Complementary color
Monochromatic Colors of #02581A
Black with #02581A
Text Example
Text Example
White with #02581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02581A; }
p { color: rgb(2,88,26); }
H1.HeaderClassName
{
color: #02581A;
}
.AnyTagClassName
{
color: #02581A;
}
</style>
background-color css
<style>
a { background-color: #02581A; }
a { background-color: rgb(2,88,26); }
div.DivClassName
{
background-color: #02581A;
}
.BgClassName
{
background-color: #02581A;
}
</style>
border-color css
<style>
span { border-color: #02581A; }
span { border-color: rgb(2,88,26); }
td.TdClassName
{
border-color: #02581A;
}
.TagClassName
{
border-color: #02581A;
}
</style>