Shades of Crusoe #1F582B
Tints of Crusoe #1F582B
RGB
CMYK
RGB Variations
Color information
#1F582B (or 0x1F582B) is known color: Crusoe. HEX triplet: 1F, 58 and 2B. RGB value is (31,88,43). Sum of RGB (Red+Green+Blue) = 31+88+43=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #1F582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F582B is #E0A7D4. Grayscale: #414141. Windows color (decimal): -14723029 or 2840607. OLE color: 2840607.
HSL color Cylindrical-coordinate representation of color #1F582B: hue angle of 132.63º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F582B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 43 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.65 |
| HSL | 132.63º | 0.48% | 0.23% | - |
| HSV(B) | 132.63º | 0.65% | 0.35% | - |
| XYZ | 4.49 | 7.45 | 3.49 | - |
| YUV | 65.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 43 | 0.65 | 0 | 0.51 | 0.65 | 132.63 | 0.48 | 0.23 |
| Hex | 1F | 58 | 2B | 41 | 0 | 33 | 41 | 85 | 30 | 17 |
| Octal | 37 | 130 | 53 | 101 | 0 | 63 | 101 | 205 | 60 | 27 |
| Binary | 11111 | 1011000 | 101011 | 1000001 | 0 | 110011 | 1000001 | 10000101 | 110000 | 10111 |
Color Harmonies of #1F582B
Complementary color
Monochromatic Colors of #1F582B
Black with #1F582B
Text Example
Text Example
White with #1F582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F582B; }
p { color: rgb(31,88,43); }
H1.HeaderClassName
{
color: #1F582B;
}
.AnyTagClassName
{
color: #1F582B;
}
</style>
background-color css
<style>
a { background-color: #1F582B; }
a { background-color: rgb(31,88,43); }
div.DivClassName
{
background-color: #1F582B;
}
.BgClassName
{
background-color: #1F582B;
}
</style>
border-color css
<style>
span { border-color: #1F582B; }
span { border-color: rgb(31,88,43); }
td.TdClassName
{
border-color: #1F582B;
}
.TagClassName
{
border-color: #1F582B;
}
</style>