Shades of Camarone #1F6730
Tints of Camarone #1F6730
RGB
CMYK
RGB Variations
Color information
#1F6730 (or 0x1F6730) is known color: Camarone. HEX triplet: 1F, 67 and 30. RGB value is (31,103,48). Sum of RGB (Red+Green+Blue) = 31+103+48=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #1F6730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6730 is #E098CF. Grayscale: #4B4B4B. Windows color (decimal): -14719184 or 3172127. OLE color: 3172127.
HSL color Cylindrical-coordinate representation of color #1F6730: hue angle of 134.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6730 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 48 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.60 |
| HSL | 134.17º | 0.54% | 0.26% | - |
| HSV(B) | 134.17º | 0.7% | 0.4% | - |
| XYZ | 5.95 | 10.21 | 4.45 | - |
| YUV | 75.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 48 | 0.70 | 0 | 0.53 | 0.60 | 134.17 | 0.54 | 0.26 |
| Hex | 1F | 67 | 30 | 46 | 0 | 35 | 3C | 86 | 36 | 1A |
| Octal | 37 | 147 | 60 | 106 | 0 | 65 | 74 | 206 | 66 | 32 |
| Binary | 11111 | 1100111 | 110000 | 1000110 | 0 | 110101 | 111100 | 10000110 | 110110 | 11010 |
Color Harmonies of #1F6730
Complementary color
Monochromatic Colors of #1F6730
Black with #1F6730
Text Example
Text Example
White with #1F6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6730; }
p { color: rgb(31,103,48); }
H1.HeaderClassName
{
color: #1F6730;
}
.AnyTagClassName
{
color: #1F6730;
}
</style>
background-color css
<style>
a { background-color: #1F6730; }
a { background-color: rgb(31,103,48); }
div.DivClassName
{
background-color: #1F6730;
}
.BgClassName
{
background-color: #1F6730;
}
</style>
border-color css
<style>
span { border-color: #1F6730; }
span { border-color: rgb(31,103,48); }
td.TdClassName
{
border-color: #1F6730;
}
.TagClassName
{
border-color: #1F6730;
}
</style>