Shades of Camarone #1F5E31
Tints of Camarone #1F5E31
RGB
CMYK
RGB Variations
Color information
#1F5E31 (or 0x1F5E31) is known color: Camarone. HEX triplet: 1F, 5E and 31. RGB value is (31,94,49). Sum of RGB (Red+Green+Blue) = 31+94+49=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E31 is #E0A1CE. Grayscale: #464646. Windows color (decimal): -14721487 or 3235359. OLE color: 3235359.
HSL color Cylindrical-coordinate representation of color #1F5E31: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5E31 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 94 | 49 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.63 |
| HSL | 137.14º | 0.5% | 0.25% | - |
| HSV(B) | 137.14º | 0.67% | 0.37% | - |
| XYZ | 5.12 | 8.52 | 4.28 | - |
| YUV | 70.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 49 | 0.67 | 0 | 0.48 | 0.63 | 137.14 | 0.5 | 0.25 |
| Hex | 1F | 5E | 31 | 43 | 0 | 30 | 3F | 89 | 32 | 19 |
| Octal | 37 | 136 | 61 | 103 | 0 | 60 | 77 | 211 | 62 | 31 |
| Binary | 11111 | 1011110 | 110001 | 1000011 | 0 | 110000 | 111111 | 10001001 | 110010 | 11001 |
Color Harmonies of #1F5E31
Complementary color
Monochromatic Colors of #1F5E31
Black with #1F5E31
Text Example
Text Example
White with #1F5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E31; }
p { color: rgb(31,94,49); }
H1.HeaderClassName
{
color: #1F5E31;
}
.AnyTagClassName
{
color: #1F5E31;
}
</style>
background-color css
<style>
a { background-color: #1F5E31; }
a { background-color: rgb(31,94,49); }
div.DivClassName
{
background-color: #1F5E31;
}
.BgClassName
{
background-color: #1F5E31;
}
</style>
border-color css
<style>
span { border-color: #1F5E31; }
span { border-color: rgb(31,94,49); }
td.TdClassName
{
border-color: #1F5E31;
}
.TagClassName
{
border-color: #1F5E31;
}
</style>