Shades of Crusoe #025A1C
Tints of Crusoe #025A1C
RGB
CMYK
RGB Variations
Color information
#025A1C (or 0x025A1C) is known color: Crusoe. HEX triplet: 02, 5A and 1C. RGB value is (2,90,28). Sum of RGB (Red+Green+Blue) = 2+90+28=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 90 (35.55% from 255 or 75% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 90 - color contains mainly: green. Hex color #025A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A1C is #FDA5E3. Grayscale: #383838. Windows color (decimal): -16623076 or 1858050. OLE color: 1858050.
HSL color Cylindrical-coordinate representation of color #025A1C: hue angle of 137.73º 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 #025A1C is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 90 | 28 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.65 |
| HSL | 137.73º | 0.96% | 0.18% | - |
| HSV(B) | 137.73º | 0.98% | 0.35% | - |
| XYZ | 3.89 | 7.41 | 2.32 | - |
| YUV | 56.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 28 | 0.98 | 0 | 0.69 | 0.65 | 137.73 | 0.96 | 0.18 |
| Hex | 2 | 5A | 1C | 62 | 0 | 45 | 41 | 8A | 60 | 12 |
| Octal | 2 | 132 | 34 | 142 | 0 | 105 | 101 | 212 | 140 | 22 |
| Binary | 10 | 1011010 | 11100 | 1100010 | 0 | 1000101 | 1000001 | 10001010 | 1100000 | 10010 |
Color Harmonies of #025A1C
Complementary color
Monochromatic Colors of #025A1C
Black with #025A1C
Text Example
Text Example
White with #025A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A1C; }
p { color: rgb(2,90,28); }
H1.HeaderClassName
{
color: #025A1C;
}
.AnyTagClassName
{
color: #025A1C;
}
</style>
background-color css
<style>
a { background-color: #025A1C; }
a { background-color: rgb(2,90,28); }
div.DivClassName
{
background-color: #025A1C;
}
.BgClassName
{
background-color: #025A1C;
}
</style>
border-color css
<style>
span { border-color: #025A1C; }
span { border-color: rgb(2,90,28); }
td.TdClassName
{
border-color: #025A1C;
}
.TagClassName
{
border-color: #025A1C;
}
</style>