Shades of Camarone #1F702F
Tints of Camarone #1F702F
RGB
CMYK
RGB Variations
Color information
#1F702F (or 0x1F702F) is known color: Camarone. HEX triplet: 1F, 70 and 2F. RGB value is (31,112,47). Sum of RGB (Red+Green+Blue) = 31+112+47=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #1F702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F702F is #E08FD0. Grayscale: #505050. Windows color (decimal): -14716881 or 3108895. OLE color: 3108895.
HSL color Cylindrical-coordinate representation of color #1F702F: hue angle of 131.85º 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 #1F702F is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 47 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.56 |
| HSL | 131.85º | 0.57% | 0.28% | - |
| HSV(B) | 131.85º | 0.72% | 0.44% | - |
| XYZ | 6.87 | 12.08 | 4.66 | - |
| YUV | 80.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 47 | 0.72 | 0 | 0.58 | 0.56 | 131.85 | 0.57 | 0.28 |
| Hex | 1F | 70 | 2F | 48 | 0 | 3A | 38 | 84 | 39 | 1C |
| Octal | 37 | 160 | 57 | 110 | 0 | 72 | 70 | 204 | 71 | 34 |
| Binary | 11111 | 1110000 | 101111 | 1001000 | 0 | 111010 | 111000 | 10000100 | 111001 | 11100 |
Color Harmonies of #1F702F
Complementary color
Monochromatic Colors of #1F702F
Black with #1F702F
Text Example
Text Example
White with #1F702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F702F; }
p { color: rgb(31,112,47); }
H1.HeaderClassName
{
color: #1F702F;
}
.AnyTagClassName
{
color: #1F702F;
}
</style>
background-color css
<style>
a { background-color: #1F702F; }
a { background-color: rgb(31,112,47); }
div.DivClassName
{
background-color: #1F702F;
}
.BgClassName
{
background-color: #1F702F;
}
</style>
border-color css
<style>
span { border-color: #1F702F; }
span { border-color: rgb(31,112,47); }
td.TdClassName
{
border-color: #1F702F;
}
.TagClassName
{
border-color: #1F702F;
}
</style>