Shades of Camarone #1F743A
Tints of Camarone #1F743A
RGB
CMYK
RGB Variations
Color information
#1F743A (or 0x1F743A) is known color: Camarone. HEX triplet: 1F, 74 and 3A. RGB value is (31,116,58). Sum of RGB (Red+Green+Blue) = 31+116+58=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #1F743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F743A is #E08BC5. Grayscale: #545454. Windows color (decimal): -14715846 or 3830815. OLE color: 3830815.
HSL color Cylindrical-coordinate representation of color #1F743A: hue angle of 139.06º 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 #1F743A is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 58 | - |
| CMYK | 0.73 | 0 | 0.5 | 0.55 |
| HSL | 139.06º | 0.58% | 0.29% | - |
| HSV(B) | 139.06º | 0.73% | 0.45% | - |
| XYZ | 7.57 | 13.09 | 6.13 | - |
| YUV | 83.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 58 | 0.73 | 0 | 0.5 | 0.55 | 139.06 | 0.58 | 0.29 |
| Hex | 1F | 74 | 3A | 49 | 0 | 32 | 37 | 8B | 3A | 1D |
| Octal | 37 | 164 | 72 | 111 | 0 | 62 | 67 | 213 | 72 | 35 |
| Binary | 11111 | 1110100 | 111010 | 1001001 | 0 | 110010 | 110111 | 10001011 | 111010 | 11101 |
Color Harmonies of #1F743A
Complementary color
Monochromatic Colors of #1F743A
Black with #1F743A
Text Example
Text Example
White with #1F743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F743A; }
p { color: rgb(31,116,58); }
H1.HeaderClassName
{
color: #1F743A;
}
.AnyTagClassName
{
color: #1F743A;
}
</style>
background-color css
<style>
a { background-color: #1F743A; }
a { background-color: rgb(31,116,58); }
div.DivClassName
{
background-color: #1F743A;
}
.BgClassName
{
background-color: #1F743A;
}
</style>
border-color css
<style>
span { border-color: #1F743A; }
span { border-color: rgb(31,116,58); }
td.TdClassName
{
border-color: #1F743A;
}
.TagClassName
{
border-color: #1F743A;
}
</style>