Shades of Camarone #1F7E3C
Tints of Camarone #1F7E3C
RGB
CMYK
RGB Variations
Color information
#1F7E3C (or 0x1F7E3C) is known color: Camarone. HEX triplet: 1F, 7E and 3C. RGB value is (31,126,60). Sum of RGB (Red+Green+Blue) = 31+126+60=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E3C is #E081C3. Grayscale: #5A5A5A. Windows color (decimal): -14713284 or 3964447. OLE color: 3964447.
HSL color Cylindrical-coordinate representation of color #1F7E3C: hue angle of 138.32º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E3C is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 60 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.51 |
| HSL | 138.32º | 0.61% | 0.31% | - |
| HSV(B) | 138.32º | 0.75% | 0.49% | - |
| XYZ | 8.84 | 15.54 | 6.81 | - |
| YUV | 90.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 60 | 0.75 | 0 | 0.52 | 0.51 | 138.32 | 0.61 | 0.31 |
| Hex | 1F | 7E | 3C | 4B | 0 | 34 | 33 | 8A | 3D | 1F |
| Octal | 37 | 176 | 74 | 113 | 0 | 64 | 63 | 212 | 75 | 37 |
| Binary | 11111 | 1111110 | 111100 | 1001011 | 0 | 110100 | 110011 | 10001010 | 111101 | 11111 |
Color Harmonies of #1F7E3C
Complementary color
Monochromatic Colors of #1F7E3C
Black with #1F7E3C
Text Example
Text Example
White with #1F7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E3C; }
p { color: rgb(31,126,60); }
H1.HeaderClassName
{
color: #1F7E3C;
}
.AnyTagClassName
{
color: #1F7E3C;
}
</style>
background-color css
<style>
a { background-color: #1F7E3C; }
a { background-color: rgb(31,126,60); }
div.DivClassName
{
background-color: #1F7E3C;
}
.BgClassName
{
background-color: #1F7E3C;
}
</style>
border-color css
<style>
span { border-color: #1F7E3C; }
span { border-color: rgb(31,126,60); }
td.TdClassName
{
border-color: #1F7E3C;
}
.TagClassName
{
border-color: #1F7E3C;
}
</style>