Shades of Camarone #1F5F38
Tints of Camarone #1F5F38
RGB
CMYK
RGB Variations
Color information
#1F5F38 (or 0x1F5F38) is known color: Camarone. HEX triplet: 1F, 5F and 38. RGB value is (31,95,56). Sum of RGB (Red+Green+Blue) = 31+95+56=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F38 is #E0A0C7. Grayscale: #474747. Windows color (decimal): -14721224 or 3694367. OLE color: 3694367.
HSL color Cylindrical-coordinate representation of color #1F5F38: hue angle of 143.44º degrees, saturation: 0.51, 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 #1F5F38 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 56 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.63 |
| HSL | 143.44º | 0.51% | 0.25% | - |
| HSV(B) | 143.44º | 0.67% | 0.37% | - |
| XYZ | 5.37 | 8.76 | 5.15 | - |
| YUV | 71.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 56 | 0.67 | 0 | 0.41 | 0.63 | 143.44 | 0.51 | 0.25 |
| Hex | 1F | 5F | 38 | 43 | 0 | 29 | 3F | 8F | 33 | 19 |
| Octal | 37 | 137 | 70 | 103 | 0 | 51 | 77 | 217 | 63 | 31 |
| Binary | 11111 | 1011111 | 111000 | 1000011 | 0 | 101001 | 111111 | 10001111 | 110011 | 11001 |
Color Harmonies of #1F5F38
Complementary color
Monochromatic Colors of #1F5F38
Black with #1F5F38
Text Example
Text Example
White with #1F5F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F38; }
p { color: rgb(31,95,56); }
H1.HeaderClassName
{
color: #1F5F38;
}
.AnyTagClassName
{
color: #1F5F38;
}
</style>
background-color css
<style>
a { background-color: #1F5F38; }
a { background-color: rgb(31,95,56); }
div.DivClassName
{
background-color: #1F5F38;
}
.BgClassName
{
background-color: #1F5F38;
}
</style>
border-color css
<style>
span { border-color: #1F5F38; }
span { border-color: rgb(31,95,56); }
td.TdClassName
{
border-color: #1F5F38;
}
.TagClassName
{
border-color: #1F5F38;
}
</style>