Shades of Camarone #2F7040
Tints of Camarone #2F7040
RGB
CMYK
RGB Variations
Color information
#2F7040 (or 0x2F7040) is known color: Camarone. HEX triplet: 2F, 70 and 40. RGB value is (47,112,64). Sum of RGB (Red+Green+Blue) = 47+112+64=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7040 is #D08FBF. Grayscale: #575757. Windows color (decimal): -13668288 or 4223023. OLE color: 4223023.
HSL color Cylindrical-coordinate representation of color #2F7040: hue angle of 135.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7040 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 64 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.56 |
| HSL | 135.69º | 0.41% | 0.31% | - |
| HSV(B) | 135.69º | 0.58% | 0.44% | - |
| XYZ | 7.89 | 12.56 | 6.86 | - |
| YUV | 87.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 64 | 0.58 | 0 | 0.43 | 0.56 | 135.69 | 0.41 | 0.31 |
| Hex | 2F | 70 | 40 | 3A | 0 | 2B | 38 | 88 | 29 | 1F |
| Octal | 57 | 160 | 100 | 72 | 0 | 53 | 70 | 210 | 51 | 37 |
| Binary | 101111 | 1110000 | 1000000 | 111010 | 0 | 101011 | 111000 | 10001000 | 101001 | 11111 |
Color Harmonies of #2F7040
Complementary color
Monochromatic Colors of #2F7040
Black with #2F7040
Text Example
Text Example
White with #2F7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7040; }
p { color: rgb(47,112,64); }
H1.HeaderClassName
{
color: #2F7040;
}
.AnyTagClassName
{
color: #2F7040;
}
</style>
background-color css
<style>
a { background-color: #2F7040; }
a { background-color: rgb(47,112,64); }
div.DivClassName
{
background-color: #2F7040;
}
.BgClassName
{
background-color: #2F7040;
}
</style>
border-color css
<style>
span { border-color: #2F7040; }
span { border-color: rgb(47,112,64); }
td.TdClassName
{
border-color: #2F7040;
}
.TagClassName
{
border-color: #2F7040;
}
</style>