Shades of Crusoe #025D2E
Tints of Crusoe #025D2E
RGB
CMYK
RGB Variations
Color information
#025D2E (or 0x025D2E) is known color: Crusoe. HEX triplet: 02, 5D and 2E. RGB value is (2,93,46). Sum of RGB (Red+Green+Blue) = 2+93+46=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #025D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D2E is #FDA2D1. Grayscale: #3C3C3C. Windows color (decimal): -16622290 or 3038466. OLE color: 3038466.
HSL color Cylindrical-coordinate representation of color #025D2E: hue angle of 149.01º 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 #025D2E is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 93 | 46 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.64 |
| HSL | 149.01º | 0.96% | 0.19% | - |
| HSV(B) | 149.01º | 0.98% | 0.36% | - |
| XYZ | 4.43 | 8.04 | 3.9 | - |
| YUV | 60.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 46 | 0.98 | 0 | 0.51 | 0.64 | 149.01 | 0.96 | 0.19 |
| Hex | 2 | 5D | 2E | 62 | 0 | 33 | 40 | 95 | 60 | 13 |
| Octal | 2 | 135 | 56 | 142 | 0 | 63 | 100 | 225 | 140 | 23 |
| Binary | 10 | 1011101 | 101110 | 1100010 | 0 | 110011 | 1000000 | 10010101 | 1100000 | 10011 |
Color Harmonies of #025D2E
Complementary color
Monochromatic Colors of #025D2E
Black with #025D2E
Text Example
Text Example
White with #025D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025D2E; }
p { color: rgb(2,93,46); }
H1.HeaderClassName
{
color: #025D2E;
}
.AnyTagClassName
{
color: #025D2E;
}
</style>
background-color css
<style>
a { background-color: #025D2E; }
a { background-color: rgb(2,93,46); }
div.DivClassName
{
background-color: #025D2E;
}
.BgClassName
{
background-color: #025D2E;
}
</style>
border-color css
<style>
span { border-color: #025D2E; }
span { border-color: rgb(2,93,46); }
td.TdClassName
{
border-color: #025D2E;
}
.TagClassName
{
border-color: #025D2E;
}
</style>