Shades of Crusoe #025B1B
Tints of Crusoe #025B1B
RGB
CMYK
RGB Variations
Color information
#025B1B (or 0x025B1B) is known color: Crusoe. HEX triplet: 02, 5B and 1B. RGB value is (2,91,27). Sum of RGB (Red+Green+Blue) = 2+91+27=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 91 (35.94% from 255 or 75.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 91 - color contains mainly: green. Hex color #025B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B1B is #FDA4E4. Grayscale: #393939. Windows color (decimal): -16622821 or 1792770. OLE color: 1792770.
HSL color Cylindrical-coordinate representation of color #025B1B: hue angle of 136.85º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025B1B is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 91 | 27 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.64 |
| HSL | 136.85º | 0.96% | 0.18% | - |
| HSV(B) | 136.85º | 0.98% | 0.36% | - |
| XYZ | 3.96 | 7.57 | 2.29 | - |
| YUV | 57.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 27 | 0.98 | 0 | 0.70 | 0.64 | 136.85 | 0.96 | 0.18 |
| Hex | 2 | 5B | 1B | 62 | 0 | 46 | 40 | 89 | 60 | 12 |
| Octal | 2 | 133 | 33 | 142 | 0 | 106 | 100 | 211 | 140 | 22 |
| Binary | 10 | 1011011 | 11011 | 1100010 | 0 | 1000110 | 1000000 | 10001001 | 1100000 | 10010 |
Color Harmonies of #025B1B
Complementary color
Monochromatic Colors of #025B1B
Black with #025B1B
Text Example
Text Example
White with #025B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025B1B; }
p { color: rgb(2,91,27); }
H1.HeaderClassName
{
color: #025B1B;
}
.AnyTagClassName
{
color: #025B1B;
}
</style>
background-color css
<style>
a { background-color: #025B1B; }
a { background-color: rgb(2,91,27); }
div.DivClassName
{
background-color: #025B1B;
}
.BgClassName
{
background-color: #025B1B;
}
</style>
border-color css
<style>
span { border-color: #025B1B; }
span { border-color: rgb(2,91,27); }
td.TdClassName
{
border-color: #025B1B;
}
.TagClassName
{
border-color: #025B1B;
}
</style>