Shades of Crusoe #025A1F
Tints of Crusoe #025A1F
RGB
CMYK
RGB Variations
Color information
#025A1F (or 0x025A1F) is known color: Crusoe. HEX triplet: 02, 5A and 1F. RGB value is (2,90,31). Sum of RGB (Red+Green+Blue) = 2+90+31=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #025A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A1F is #FDA5E0. Grayscale: #393939. Windows color (decimal): -16623073 or 2054658. OLE color: 2054658.
HSL color Cylindrical-coordinate representation of color #025A1F: hue angle of 139.77º 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 #025A1F is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 90 | 31 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.65 |
| HSL | 139.77º | 0.96% | 0.18% | - |
| HSV(B) | 139.77º | 0.98% | 0.35% | - |
| XYZ | 3.93 | 7.42 | 2.52 | - |
| YUV | 56.96 | 113.35 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 31 | 0.98 | 0 | 0.66 | 0.65 | 139.77 | 0.96 | 0.18 |
| Hex | 2 | 5A | 1F | 62 | 0 | 42 | 41 | 8C | 60 | 12 |
| Octal | 2 | 132 | 37 | 142 | 0 | 102 | 101 | 214 | 140 | 22 |
| Binary | 10 | 1011010 | 11111 | 1100010 | 0 | 1000010 | 1000001 | 10001100 | 1100000 | 10010 |
Color Harmonies of #025A1F
Complementary color
Monochromatic Colors of #025A1F
Black with #025A1F
Text Example
Text Example
White with #025A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A1F; }
p { color: rgb(2,90,31); }
H1.HeaderClassName
{
color: #025A1F;
}
.AnyTagClassName
{
color: #025A1F;
}
</style>
background-color css
<style>
a { background-color: #025A1F; }
a { background-color: rgb(2,90,31); }
div.DivClassName
{
background-color: #025A1F;
}
.BgClassName
{
background-color: #025A1F;
}
</style>
border-color css
<style>
span { border-color: #025A1F; }
span { border-color: rgb(2,90,31); }
td.TdClassName
{
border-color: #025A1F;
}
.TagClassName
{
border-color: #025A1F;
}
</style>