Shades of Crusoe #1F572B
Tints of Crusoe #1F572B
RGB
CMYK
RGB Variations
Color information
#1F572B (or 0x1F572B) is known color: Crusoe. HEX triplet: 1F, 57 and 2B. RGB value is (31,87,43). Sum of RGB (Red+Green+Blue) = 31+87+43=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #1F572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F572B is #E0A8D4. Grayscale: #414141. Windows color (decimal): -14723285 or 2840351. OLE color: 2840351.
HSL color Cylindrical-coordinate representation of color #1F572B: hue angle of 132.86º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F572B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 87 | 43 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.66 |
| HSL | 132.86º | 0.47% | 0.23% | - |
| HSV(B) | 132.86º | 0.64% | 0.34% | - |
| XYZ | 4.41 | 7.28 | 3.46 | - |
| YUV | 65.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 43 | 0.64 | 0 | 0.51 | 0.66 | 132.86 | 0.47 | 0.23 |
| Hex | 1F | 57 | 2B | 40 | 0 | 33 | 42 | 85 | 2F | 17 |
| Octal | 37 | 127 | 53 | 100 | 0 | 63 | 102 | 205 | 57 | 27 |
| Binary | 11111 | 1010111 | 101011 | 1000000 | 0 | 110011 | 1000010 | 10000101 | 101111 | 10111 |
Color Harmonies of #1F572B
Complementary color
Monochromatic Colors of #1F572B
Black with #1F572B
Text Example
Text Example
White with #1F572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F572B; }
p { color: rgb(31,87,43); }
H1.HeaderClassName
{
color: #1F572B;
}
.AnyTagClassName
{
color: #1F572B;
}
</style>
background-color css
<style>
a { background-color: #1F572B; }
a { background-color: rgb(31,87,43); }
div.DivClassName
{
background-color: #1F572B;
}
.BgClassName
{
background-color: #1F572B;
}
</style>
border-color css
<style>
span { border-color: #1F572B; }
span { border-color: rgb(31,87,43); }
td.TdClassName
{
border-color: #1F572B;
}
.TagClassName
{
border-color: #1F572B;
}
</style>