Shades of Camarone #1F703E
Tints of Camarone #1F703E
RGB
CMYK
RGB Variations
Color information
#1F703E (or 0x1F703E) is known color: Camarone. HEX triplet: 1F, 70 and 3E. RGB value is (31,112,62). Sum of RGB (Red+Green+Blue) = 31+112+62=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #1F703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F703E is #E08FC1. Grayscale: #525252. Windows color (decimal): -14716866 or 4091935. OLE color: 4091935.
HSL color Cylindrical-coordinate representation of color #1F703E: hue angle of 142.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F703E is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 62 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.56 |
| HSL | 142.96º | 0.57% | 0.28% | - |
| HSV(B) | 142.96º | 0.72% | 0.44% | - |
| XYZ | 7.23 | 12.23 | 6.54 | - |
| YUV | 82.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 62 | 0.72 | 0 | 0.45 | 0.56 | 142.96 | 0.57 | 0.28 |
| Hex | 1F | 70 | 3E | 48 | 0 | 2D | 38 | 8F | 39 | 1C |
| Octal | 37 | 160 | 76 | 110 | 0 | 55 | 70 | 217 | 71 | 34 |
| Binary | 11111 | 1110000 | 111110 | 1001000 | 0 | 101101 | 111000 | 10001111 | 111001 | 11100 |
Color Harmonies of #1F703E
Complementary color
Monochromatic Colors of #1F703E
Black with #1F703E
Text Example
Text Example
White with #1F703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F703E; }
p { color: rgb(31,112,62); }
H1.HeaderClassName
{
color: #1F703E;
}
.AnyTagClassName
{
color: #1F703E;
}
</style>
background-color css
<style>
a { background-color: #1F703E; }
a { background-color: rgb(31,112,62); }
div.DivClassName
{
background-color: #1F703E;
}
.BgClassName
{
background-color: #1F703E;
}
</style>
border-color css
<style>
span { border-color: #1F703E; }
span { border-color: rgb(31,112,62); }
td.TdClassName
{
border-color: #1F703E;
}
.TagClassName
{
border-color: #1F703E;
}
</style>