Shades of Crusoe #1F582A
Tints of Crusoe #1F582A
RGB
CMYK
RGB Variations
Color information
#1F582A (or 0x1F582A) is known color: Crusoe. HEX triplet: 1F, 58 and 2A. RGB value is (31,88,42). Sum of RGB (Red+Green+Blue) = 31+88+42=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #1F582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F582A is #E0A7D5. Grayscale: #414141. Windows color (decimal): -14723030 or 2775071. OLE color: 2775071.
HSL color Cylindrical-coordinate representation of color #1F582A: hue angle of 131.58º 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 #1F582A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 42 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.65 |
| HSL | 131.58º | 0.48% | 0.23% | - |
| HSV(B) | 131.58º | 0.65% | 0.35% | - |
| XYZ | 4.47 | 7.44 | 3.39 | - |
| YUV | 65.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 42 | 0.65 | 0 | 0.52 | 0.65 | 131.58 | 0.48 | 0.23 |
| Hex | 1F | 58 | 2A | 41 | 0 | 34 | 41 | 84 | 30 | 17 |
| Octal | 37 | 130 | 52 | 101 | 0 | 64 | 101 | 204 | 60 | 27 |
| Binary | 11111 | 1011000 | 101010 | 1000001 | 0 | 110100 | 1000001 | 10000100 | 110000 | 10111 |
Color Harmonies of #1F582A
Complementary color
Monochromatic Colors of #1F582A
Black with #1F582A
Text Example
Text Example
White with #1F582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F582A; }
p { color: rgb(31,88,42); }
H1.HeaderClassName
{
color: #1F582A;
}
.AnyTagClassName
{
color: #1F582A;
}
</style>
background-color css
<style>
a { background-color: #1F582A; }
a { background-color: rgb(31,88,42); }
div.DivClassName
{
background-color: #1F582A;
}
.BgClassName
{
background-color: #1F582A;
}
</style>
border-color css
<style>
span { border-color: #1F582A; }
span { border-color: rgb(31,88,42); }
td.TdClassName
{
border-color: #1F582A;
}
.TagClassName
{
border-color: #1F582A;
}
</style>