Shades of Camarone #1F713C
Tints of Camarone #1F713C
RGB
CMYK
RGB Variations
Color information
#1F713C (or 0x1F713C) is known color: Camarone. HEX triplet: 1F, 71 and 3C. RGB value is (31,113,60). Sum of RGB (Red+Green+Blue) = 31+113+60=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #1F713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F713C is #E08EC3. Grayscale: #525252. Windows color (decimal): -14716612 or 3961119. OLE color: 3961119.
HSL color Cylindrical-coordinate representation of color #1F713C: hue angle of 141.22º 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 #1F713C is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 60 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.56 |
| HSL | 141.22º | 0.57% | 0.28% | - |
| HSV(B) | 141.22º | 0.73% | 0.44% | - |
| XYZ | 7.29 | 12.43 | 6.29 | - |
| YUV | 82.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 60 | 0.73 | 0 | 0.47 | 0.56 | 141.22 | 0.57 | 0.28 |
| Hex | 1F | 71 | 3C | 49 | 0 | 2F | 38 | 8D | 39 | 1C |
| Octal | 37 | 161 | 74 | 111 | 0 | 57 | 70 | 215 | 71 | 34 |
| Binary | 11111 | 1110001 | 111100 | 1001001 | 0 | 101111 | 111000 | 10001101 | 111001 | 11100 |
Color Harmonies of #1F713C
Complementary color
Monochromatic Colors of #1F713C
Black with #1F713C
Text Example
Text Example
White with #1F713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F713C; }
p { color: rgb(31,113,60); }
H1.HeaderClassName
{
color: #1F713C;
}
.AnyTagClassName
{
color: #1F713C;
}
</style>
background-color css
<style>
a { background-color: #1F713C; }
a { background-color: rgb(31,113,60); }
div.DivClassName
{
background-color: #1F713C;
}
.BgClassName
{
background-color: #1F713C;
}
</style>
border-color css
<style>
span { border-color: #1F713C; }
span { border-color: rgb(31,113,60); }
td.TdClassName
{
border-color: #1F713C;
}
.TagClassName
{
border-color: #1F713C;
}
</style>