Shades of Camarone #1F743E
Tints of Camarone #1F743E
RGB
CMYK
RGB Variations
Color information
#1F743E (or 0x1F743E) is known color: Camarone. HEX triplet: 1F, 74 and 3E. RGB value is (31,116,62). Sum of RGB (Red+Green+Blue) = 31+116+62=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #1F743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F743E is #E08BC1. Grayscale: #545454. Windows color (decimal): -14715842 or 4092959. OLE color: 4092959.
HSL color Cylindrical-coordinate representation of color #1F743E: hue angle of 141.88º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F743E is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 62 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.55 |
| HSL | 141.88º | 0.58% | 0.29% | - |
| HSV(B) | 141.88º | 0.73% | 0.45% | - |
| XYZ | 7.68 | 13.13 | 6.69 | - |
| YUV | 84.43 | 115.34 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 62 | 0.73 | 0 | 0.47 | 0.55 | 141.88 | 0.58 | 0.29 |
| Hex | 1F | 74 | 3E | 49 | 0 | 2F | 37 | 8E | 3A | 1D |
| Octal | 37 | 164 | 76 | 111 | 0 | 57 | 67 | 216 | 72 | 35 |
| Binary | 11111 | 1110100 | 111110 | 1001001 | 0 | 101111 | 110111 | 10001110 | 111010 | 11101 |
Color Harmonies of #1F743E
Complementary color
Monochromatic Colors of #1F743E
Black with #1F743E
Text Example
Text Example
White with #1F743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F743E; }
p { color: rgb(31,116,62); }
H1.HeaderClassName
{
color: #1F743E;
}
.AnyTagClassName
{
color: #1F743E;
}
</style>
background-color css
<style>
a { background-color: #1F743E; }
a { background-color: rgb(31,116,62); }
div.DivClassName
{
background-color: #1F743E;
}
.BgClassName
{
background-color: #1F743E;
}
</style>
border-color css
<style>
span { border-color: #1F743E; }
span { border-color: rgb(31,116,62); }
td.TdClassName
{
border-color: #1F743E;
}
.TagClassName
{
border-color: #1F743E;
}
</style>