Shades of Crusoe #1F5B2B
Tints of Crusoe #1F5B2B
RGB
CMYK
RGB Variations
Color information
#1F5B2B (or 0x1F5B2B) is known color: Crusoe. HEX triplet: 1F, 5B and 2B. RGB value is (31,91,43). Sum of RGB (Red+Green+Blue) = 31+91+43=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5B2B is #E0A4D4. Grayscale: #434343. Windows color (decimal): -14722261 or 2841375. OLE color: 2841375.
HSL color Cylindrical-coordinate representation of color #1F5B2B: hue angle of 132º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B2B is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 43 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.64 |
| HSL | 132º | 0.49% | 0.24% | - |
| HSV(B) | 132º | 0.66% | 0.36% | - |
| XYZ | 4.74 | 7.95 | 3.57 | - |
| YUV | 67.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 43 | 0.66 | 0 | 0.53 | 0.64 | 132 | 0.49 | 0.24 |
| Hex | 1F | 5B | 2B | 42 | 0 | 35 | 40 | 84 | 31 | 18 |
| Octal | 37 | 133 | 53 | 102 | 0 | 65 | 100 | 204 | 61 | 30 |
| Binary | 11111 | 1011011 | 101011 | 1000010 | 0 | 110101 | 1000000 | 10000100 | 110001 | 11000 |
Color Harmonies of #1F5B2B
Complementary color
Monochromatic Colors of #1F5B2B
Black with #1F5B2B
Text Example
Text Example
White with #1F5B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B2B; }
p { color: rgb(31,91,43); }
H1.HeaderClassName
{
color: #1F5B2B;
}
.AnyTagClassName
{
color: #1F5B2B;
}
</style>
background-color css
<style>
a { background-color: #1F5B2B; }
a { background-color: rgb(31,91,43); }
div.DivClassName
{
background-color: #1F5B2B;
}
.BgClassName
{
background-color: #1F5B2B;
}
</style>
border-color css
<style>
span { border-color: #1F5B2B; }
span { border-color: rgb(31,91,43); }
td.TdClassName
{
border-color: #1F5B2B;
}
.TagClassName
{
border-color: #1F5B2B;
}
</style>