Shades of Camarone #1F7037
Tints of Camarone #1F7037
RGB
CMYK
RGB Variations
Color information
#1F7037 (or 0x1F7037) is known color: Camarone. HEX triplet: 1F, 70 and 37. RGB value is (31,112,55). Sum of RGB (Red+Green+Blue) = 31+112+55=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7037 is #E08FC8. Grayscale: #515151. Windows color (decimal): -14716873 or 3633183. OLE color: 3633183.
HSL color Cylindrical-coordinate representation of color #1F7037: hue angle of 137.78º 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 #1F7037 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 55 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.56 |
| HSL | 137.78º | 0.57% | 0.28% | - |
| HSV(B) | 137.78º | 0.72% | 0.44% | - |
| XYZ | 7.05 | 12.16 | 5.59 | - |
| YUV | 81.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 55 | 0.72 | 0 | 0.51 | 0.56 | 137.78 | 0.57 | 0.28 |
| Hex | 1F | 70 | 37 | 48 | 0 | 33 | 38 | 8A | 39 | 1C |
| Octal | 37 | 160 | 67 | 110 | 0 | 63 | 70 | 212 | 71 | 34 |
| Binary | 11111 | 1110000 | 110111 | 1001000 | 0 | 110011 | 111000 | 10001010 | 111001 | 11100 |
Color Harmonies of #1F7037
Complementary color
Monochromatic Colors of #1F7037
Black with #1F7037
Text Example
Text Example
White with #1F7037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7037; }
p { color: rgb(31,112,55); }
H1.HeaderClassName
{
color: #1F7037;
}
.AnyTagClassName
{
color: #1F7037;
}
</style>
background-color css
<style>
a { background-color: #1F7037; }
a { background-color: rgb(31,112,55); }
div.DivClassName
{
background-color: #1F7037;
}
.BgClassName
{
background-color: #1F7037;
}
</style>
border-color css
<style>
span { border-color: #1F7037; }
span { border-color: rgb(31,112,55); }
td.TdClassName
{
border-color: #1F7037;
}
.TagClassName
{
border-color: #1F7037;
}
</style>