Shades of Camarone #1F703A
Tints of Camarone #1F703A
RGB
CMYK
RGB Variations
Color information
#1F703A (or 0x1F703A) is known color: Camarone. HEX triplet: 1F, 70 and 3A. RGB value is (31,112,58). Sum of RGB (Red+Green+Blue) = 31+112+58=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #1F703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F703A is #E08FC5. Grayscale: #515151. Windows color (decimal): -14716870 or 3829791. OLE color: 3829791.
HSL color Cylindrical-coordinate representation of color #1F703A: hue angle of 140º 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 #1F703A is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 58 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.56 |
| HSL | 140º | 0.57% | 0.28% | - |
| HSV(B) | 140º | 0.72% | 0.44% | - |
| XYZ | 7.12 | 12.19 | 5.98 | - |
| YUV | 81.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 58 | 0.72 | 0 | 0.48 | 0.56 | 140 | 0.57 | 0.28 |
| Hex | 1F | 70 | 3A | 48 | 0 | 30 | 38 | 8C | 39 | 1C |
| Octal | 37 | 160 | 72 | 110 | 0 | 60 | 70 | 214 | 71 | 34 |
| Binary | 11111 | 1110000 | 111010 | 1001000 | 0 | 110000 | 111000 | 10001100 | 111001 | 11100 |
Color Harmonies of #1F703A
Complementary color
Monochromatic Colors of #1F703A
Black with #1F703A
Text Example
Text Example
White with #1F703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F703A; }
p { color: rgb(31,112,58); }
H1.HeaderClassName
{
color: #1F703A;
}
.AnyTagClassName
{
color: #1F703A;
}
</style>
background-color css
<style>
a { background-color: #1F703A; }
a { background-color: rgb(31,112,58); }
div.DivClassName
{
background-color: #1F703A;
}
.BgClassName
{
background-color: #1F703A;
}
</style>
border-color css
<style>
span { border-color: #1F703A; }
span { border-color: rgb(31,112,58); }
td.TdClassName
{
border-color: #1F703A;
}
.TagClassName
{
border-color: #1F703A;
}
</style>