Shades of Crusoe #1F592D
Tints of Crusoe #1F592D
RGB
CMYK
RGB Variations
Color information
#1F592D (or 0x1F592D) is known color: Crusoe. HEX triplet: 1F, 59 and 2D. RGB value is (31,89,45). Sum of RGB (Red+Green+Blue) = 31+89+45=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #1F592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F592D is #E0A6D2. Grayscale: #424242. Windows color (decimal): -14722771 or 2971935. OLE color: 2971935.
HSL color Cylindrical-coordinate representation of color #1F592D: hue angle of 134.48º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F592D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 45 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.65 |
| HSL | 134.48º | 0.48% | 0.24% | - |
| HSV(B) | 134.48º | 0.65% | 0.35% | - |
| XYZ | 4.61 | 7.63 | 3.71 | - |
| YUV | 66.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 45 | 0.65 | 0 | 0.49 | 0.65 | 134.48 | 0.48 | 0.24 |
| Hex | 1F | 59 | 2D | 41 | 0 | 31 | 41 | 86 | 30 | 18 |
| Octal | 37 | 131 | 55 | 101 | 0 | 61 | 101 | 206 | 60 | 30 |
| Binary | 11111 | 1011001 | 101101 | 1000001 | 0 | 110001 | 1000001 | 10000110 | 110000 | 11000 |
Color Harmonies of #1F592D
Complementary color
Monochromatic Colors of #1F592D
Black with #1F592D
Text Example
Text Example
White with #1F592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F592D; }
p { color: rgb(31,89,45); }
H1.HeaderClassName
{
color: #1F592D;
}
.AnyTagClassName
{
color: #1F592D;
}
</style>
background-color css
<style>
a { background-color: #1F592D; }
a { background-color: rgb(31,89,45); }
div.DivClassName
{
background-color: #1F592D;
}
.BgClassName
{
background-color: #1F592D;
}
</style>
border-color css
<style>
span { border-color: #1F592D; }
span { border-color: rgb(31,89,45); }
td.TdClassName
{
border-color: #1F592D;
}
.TagClassName
{
border-color: #1F592D;
}
</style>