Shades of Crusoe #025D2C
Tints of Crusoe #025D2C
RGB
CMYK
RGB Variations
Color information
#025D2C (or 0x025D2C) is known color: Crusoe. HEX triplet: 02, 5D and 2C. RGB value is (2,93,44). Sum of RGB (Red+Green+Blue) = 2+93+44=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 93 (36.72% from 255 or 66.91% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 93 - color contains mainly: green. Hex color #025D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D2C is #FDA2D3. Grayscale: #3C3C3C. Windows color (decimal): -16622292 or 2907394. OLE color: 2907394.
HSL color Cylindrical-coordinate representation of color #025D2C: hue angle of 147.69º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D2C is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 93 | 44 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.64 |
| HSL | 147.69º | 0.96% | 0.19% | - |
| HSV(B) | 147.69º | 0.98% | 0.36% | - |
| XYZ | 4.39 | 8.02 | 3.7 | - |
| YUV | 60.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 44 | 0.98 | 0 | 0.53 | 0.64 | 147.69 | 0.96 | 0.19 |
| Hex | 2 | 5D | 2C | 62 | 0 | 35 | 40 | 94 | 60 | 13 |
| Octal | 2 | 135 | 54 | 142 | 0 | 65 | 100 | 224 | 140 | 23 |
| Binary | 10 | 1011101 | 101100 | 1100010 | 0 | 110101 | 1000000 | 10010100 | 1100000 | 10011 |
Color Harmonies of #025D2C
Complementary color
Monochromatic Colors of #025D2C
Black with #025D2C
Text Example
Text Example
White with #025D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025D2C; }
p { color: rgb(2,93,44); }
H1.HeaderClassName
{
color: #025D2C;
}
.AnyTagClassName
{
color: #025D2C;
}
</style>
background-color css
<style>
a { background-color: #025D2C; }
a { background-color: rgb(2,93,44); }
div.DivClassName
{
background-color: #025D2C;
}
.BgClassName
{
background-color: #025D2C;
}
</style>
border-color css
<style>
span { border-color: #025D2C; }
span { border-color: rgb(2,93,44); }
td.TdClassName
{
border-color: #025D2C;
}
.TagClassName
{
border-color: #025D2C;
}
</style>