Shades of Camarone #1F713E
Tints of Camarone #1F713E
RGB
CMYK
RGB Variations
Color information
#1F713E (or 0x1F713E) is known color: Camarone. HEX triplet: 1F, 71 and 3E. RGB value is (31,113,62). Sum of RGB (Red+Green+Blue) = 31+113+62=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #1F713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F713E is #E08EC1. Grayscale: #525252. Windows color (decimal): -14716610 or 4092191. OLE color: 4092191.
HSL color Cylindrical-coordinate representation of color #1F713E: hue angle of 142.68º 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 #1F713E is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 62 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.56 |
| HSL | 142.68º | 0.57% | 0.28% | - |
| HSV(B) | 142.68º | 0.73% | 0.44% | - |
| XYZ | 7.34 | 12.45 | 6.57 | - |
| YUV | 82.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 62 | 0.73 | 0 | 0.45 | 0.56 | 142.68 | 0.57 | 0.28 |
| Hex | 1F | 71 | 3E | 49 | 0 | 2D | 38 | 8F | 39 | 1C |
| Octal | 37 | 161 | 76 | 111 | 0 | 55 | 70 | 217 | 71 | 34 |
| Binary | 11111 | 1110001 | 111110 | 1001001 | 0 | 101101 | 111000 | 10001111 | 111001 | 11100 |
Color Harmonies of #1F713E
Complementary color
Monochromatic Colors of #1F713E
Black with #1F713E
Text Example
Text Example
White with #1F713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F713E; }
p { color: rgb(31,113,62); }
H1.HeaderClassName
{
color: #1F713E;
}
.AnyTagClassName
{
color: #1F713E;
}
</style>
background-color css
<style>
a { background-color: #1F713E; }
a { background-color: rgb(31,113,62); }
div.DivClassName
{
background-color: #1F713E;
}
.BgClassName
{
background-color: #1F713E;
}
</style>
border-color css
<style>
span { border-color: #1F713E; }
span { border-color: rgb(31,113,62); }
td.TdClassName
{
border-color: #1F713E;
}
.TagClassName
{
border-color: #1F713E;
}
</style>