Shades of Camarone #1F702E
Tints of Camarone #1F702E
RGB
CMYK
RGB Variations
Color information
#1F702E (or 0x1F702E) is known color: Camarone. HEX triplet: 1F, 70 and 2E. RGB value is (31,112,46). Sum of RGB (Red+Green+Blue) = 31+112+46=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #1F702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F702E is #E08FD1. Grayscale: #505050. Windows color (decimal): -14716882 or 3043359. OLE color: 3043359.
HSL color Cylindrical-coordinate representation of color #1F702E: hue angle of 131.11º 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 #1F702E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 46 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.56 |
| HSL | 131.11º | 0.57% | 0.28% | - |
| HSV(B) | 131.11º | 0.72% | 0.44% | - |
| XYZ | 6.85 | 12.08 | 4.55 | - |
| YUV | 80.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 46 | 0.72 | 0 | 0.59 | 0.56 | 131.11 | 0.57 | 0.28 |
| Hex | 1F | 70 | 2E | 48 | 0 | 3B | 38 | 83 | 39 | 1C |
| Octal | 37 | 160 | 56 | 110 | 0 | 73 | 70 | 203 | 71 | 34 |
| Binary | 11111 | 1110000 | 101110 | 1001000 | 0 | 111011 | 111000 | 10000011 | 111001 | 11100 |
Color Harmonies of #1F702E
Complementary color
Monochromatic Colors of #1F702E
Black with #1F702E
Text Example
Text Example
White with #1F702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F702E; }
p { color: rgb(31,112,46); }
H1.HeaderClassName
{
color: #1F702E;
}
.AnyTagClassName
{
color: #1F702E;
}
</style>
background-color css
<style>
a { background-color: #1F702E; }
a { background-color: rgb(31,112,46); }
div.DivClassName
{
background-color: #1F702E;
}
.BgClassName
{
background-color: #1F702E;
}
</style>
border-color css
<style>
span { border-color: #1F702E; }
span { border-color: rgb(31,112,46); }
td.TdClassName
{
border-color: #1F702E;
}
.TagClassName
{
border-color: #1F702E;
}
</style>