Shades of Camarone #1F712F
Tints of Camarone #1F712F
RGB
CMYK
RGB Variations
Color information
#1F712F (or 0x1F712F) is known color: Camarone. HEX triplet: 1F, 71 and 2F. RGB value is (31,113,47). Sum of RGB (Red+Green+Blue) = 31+113+47=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #1F712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F712F is #E08ED0. Grayscale: #515151. Windows color (decimal): -14716625 or 3109151. OLE color: 3109151.
HSL color Cylindrical-coordinate representation of color #1F712F: hue angle of 131.71º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F712F is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 47 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.56 |
| HSL | 131.71º | 0.57% | 0.28% | - |
| HSV(B) | 131.71º | 0.73% | 0.44% | - |
| XYZ | 6.98 | 12.31 | 4.7 | - |
| YUV | 80.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 47 | 0.73 | 0 | 0.58 | 0.56 | 131.71 | 0.57 | 0.28 |
| Hex | 1F | 71 | 2F | 49 | 0 | 3A | 38 | 84 | 39 | 1C |
| Octal | 37 | 161 | 57 | 111 | 0 | 72 | 70 | 204 | 71 | 34 |
| Binary | 11111 | 1110001 | 101111 | 1001001 | 0 | 111010 | 111000 | 10000100 | 111001 | 11100 |
Color Harmonies of #1F712F
Complementary color
Monochromatic Colors of #1F712F
Black with #1F712F
Text Example
Text Example
White with #1F712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F712F; }
p { color: rgb(31,113,47); }
H1.HeaderClassName
{
color: #1F712F;
}
.AnyTagClassName
{
color: #1F712F;
}
</style>
background-color css
<style>
a { background-color: #1F712F; }
a { background-color: rgb(31,113,47); }
div.DivClassName
{
background-color: #1F712F;
}
.BgClassName
{
background-color: #1F712F;
}
</style>
border-color css
<style>
span { border-color: #1F712F; }
span { border-color: rgb(31,113,47); }
td.TdClassName
{
border-color: #1F712F;
}
.TagClassName
{
border-color: #1F712F;
}
</style>