Shades of Camarone #1F703B
Tints of Camarone #1F703B
RGB
CMYK
RGB Variations
Color information
#1F703B (or 0x1F703B) is known color: Camarone. HEX triplet: 1F, 70 and 3B. RGB value is (31,112,59). Sum of RGB (Red+Green+Blue) = 31+112+59=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #1F703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F703B is #E08FC4. Grayscale: #515151. Windows color (decimal): -14716869 or 3895327. OLE color: 3895327.
HSL color Cylindrical-coordinate representation of color #1F703B: hue angle of 140.74º 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 #1F703B is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 59 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.56 |
| HSL | 140.74º | 0.57% | 0.28% | - |
| HSV(B) | 140.74º | 0.72% | 0.44% | - |
| XYZ | 7.15 | 12.2 | 6.11 | - |
| YUV | 81.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 59 | 0.72 | 0 | 0.47 | 0.56 | 140.74 | 0.57 | 0.28 |
| Hex | 1F | 70 | 3B | 48 | 0 | 2F | 38 | 8D | 39 | 1C |
| Octal | 37 | 160 | 73 | 110 | 0 | 57 | 70 | 215 | 71 | 34 |
| Binary | 11111 | 1110000 | 111011 | 1001000 | 0 | 101111 | 111000 | 10001101 | 111001 | 11100 |
Color Harmonies of #1F703B
Complementary color
Monochromatic Colors of #1F703B
Black with #1F703B
Text Example
Text Example
White with #1F703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F703B; }
p { color: rgb(31,112,59); }
H1.HeaderClassName
{
color: #1F703B;
}
.AnyTagClassName
{
color: #1F703B;
}
</style>
background-color css
<style>
a { background-color: #1F703B; }
a { background-color: rgb(31,112,59); }
div.DivClassName
{
background-color: #1F703B;
}
.BgClassName
{
background-color: #1F703B;
}
</style>
border-color css
<style>
span { border-color: #1F703B; }
span { border-color: rgb(31,112,59); }
td.TdClassName
{
border-color: #1F703B;
}
.TagClassName
{
border-color: #1F703B;
}
</style>