Shades of Crusoe #025A18
Tints of Crusoe #025A18
RGB
CMYK
RGB Variations
Color information
#025A18 (or 0x025A18) is known color: Crusoe. HEX triplet: 02, 5A and 18. RGB value is (2,90,24). Sum of RGB (Red+Green+Blue) = 2+90+24=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #025A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A18 is #FDA5E7. Grayscale: #383838. Windows color (decimal): -16623080 or 1595906. OLE color: 1595906.
HSL color Cylindrical-coordinate representation of color #025A18: hue angle of 135º 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 #025A18 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 90 | 24 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.65 |
| HSL | 135º | 0.96% | 0.18% | - |
| HSV(B) | 135º | 0.98% | 0.35% | - |
| XYZ | 3.85 | 7.39 | 2.09 | - |
| YUV | 56.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 24 | 0.98 | 0 | 0.73 | 0.65 | 135 | 0.96 | 0.18 |
| Hex | 2 | 5A | 18 | 62 | 0 | 49 | 41 | 87 | 60 | 12 |
| Octal | 2 | 132 | 30 | 142 | 0 | 111 | 101 | 207 | 140 | 22 |
| Binary | 10 | 1011010 | 11000 | 1100010 | 0 | 1001001 | 1000001 | 10000111 | 1100000 | 10010 |
Color Harmonies of #025A18
Complementary color
Monochromatic Colors of #025A18
Black with #025A18
Text Example
Text Example
White with #025A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A18; }
p { color: rgb(2,90,24); }
H1.HeaderClassName
{
color: #025A18;
}
.AnyTagClassName
{
color: #025A18;
}
</style>
background-color css
<style>
a { background-color: #025A18; }
a { background-color: rgb(2,90,24); }
div.DivClassName
{
background-color: #025A18;
}
.BgClassName
{
background-color: #025A18;
}
</style>
border-color css
<style>
span { border-color: #025A18; }
span { border-color: rgb(2,90,24); }
td.TdClassName
{
border-color: #025A18;
}
.TagClassName
{
border-color: #025A18;
}
</style>