Shades of Crusoe #1F582D
Tints of Crusoe #1F582D
RGB
CMYK
RGB Variations
Color information
#1F582D (or 0x1F582D) is known color: Crusoe. HEX triplet: 1F, 58 and 2D. RGB value is (31,88,45). Sum of RGB (Red+Green+Blue) = 31+88+45=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #1F582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F582D is #E0A7D2. Grayscale: #424242. Windows color (decimal): -14723027 or 2971679. OLE color: 2971679.
HSL color Cylindrical-coordinate representation of color #1F582D: hue angle of 134.74º 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 #1F582D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 45 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.65 |
| HSL | 134.74º | 0.48% | 0.23% | - |
| HSV(B) | 134.74º | 0.65% | 0.35% | - |
| XYZ | 4.53 | 7.46 | 3.68 | - |
| YUV | 66.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 45 | 0.65 | 0 | 0.49 | 0.65 | 134.74 | 0.48 | 0.23 |
| Hex | 1F | 58 | 2D | 41 | 0 | 31 | 41 | 87 | 30 | 17 |
| Octal | 37 | 130 | 55 | 101 | 0 | 61 | 101 | 207 | 60 | 27 |
| Binary | 11111 | 1011000 | 101101 | 1000001 | 0 | 110001 | 1000001 | 10000111 | 110000 | 10111 |
Color Harmonies of #1F582D
Complementary color
Monochromatic Colors of #1F582D
Black with #1F582D
Text Example
Text Example
White with #1F582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F582D; }
p { color: rgb(31,88,45); }
H1.HeaderClassName
{
color: #1F582D;
}
.AnyTagClassName
{
color: #1F582D;
}
</style>
background-color css
<style>
a { background-color: #1F582D; }
a { background-color: rgb(31,88,45); }
div.DivClassName
{
background-color: #1F582D;
}
.BgClassName
{
background-color: #1F582D;
}
</style>
border-color css
<style>
span { border-color: #1F582D; }
span { border-color: rgb(31,88,45); }
td.TdClassName
{
border-color: #1F582D;
}
.TagClassName
{
border-color: #1F582D;
}
</style>