Shades of Crusoe #025823
Tints of Crusoe #025823
RGB
CMYK
RGB Variations
Color information
#025823 (or 0x025823) is known color: Crusoe. HEX triplet: 02, 58 and 23. RGB value is (2,88,35). Sum of RGB (Red+Green+Blue) = 2+88+35=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #025823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025823 is #FDA7DC. Grayscale: #383838. Windows color (decimal): -16623581 or 2316290. OLE color: 2316290.
HSL color Cylindrical-coordinate representation of color #025823: hue angle of 143.02º 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 #025823 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 88 | 35 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.65 |
| HSL | 143.02º | 0.96% | 0.18% | - |
| HSV(B) | 143.02º | 0.98% | 0.35% | - |
| XYZ | 3.82 | 7.11 | 2.76 | - |
| YUV | 56.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 35 | 0.98 | 0 | 0.60 | 0.65 | 143.02 | 0.96 | 0.18 |
| Hex | 2 | 58 | 23 | 62 | 0 | 3C | 41 | 8F | 60 | 12 |
| Octal | 2 | 130 | 43 | 142 | 0 | 74 | 101 | 217 | 140 | 22 |
| Binary | 10 | 1011000 | 100011 | 1100010 | 0 | 111100 | 1000001 | 10001111 | 1100000 | 10010 |
Color Harmonies of #025823
Complementary color
Monochromatic Colors of #025823
Black with #025823
Text Example
Text Example
White with #025823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025823; }
p { color: rgb(2,88,35); }
H1.HeaderClassName
{
color: #025823;
}
.AnyTagClassName
{
color: #025823;
}
</style>
background-color css
<style>
a { background-color: #025823; }
a { background-color: rgb(2,88,35); }
div.DivClassName
{
background-color: #025823;
}
.BgClassName
{
background-color: #025823;
}
</style>
border-color css
<style>
span { border-color: #025823; }
span { border-color: rgb(2,88,35); }
td.TdClassName
{
border-color: #025823;
}
.TagClassName
{
border-color: #025823;
}
</style>