Shades of Camarone #2F7141
Tints of Camarone #2F7141
RGB
CMYK
RGB Variations
Color information
#2F7141 (or 0x2F7141) is known color: Camarone. HEX triplet: 2F, 71 and 41. RGB value is (47,113,65). Sum of RGB (Red+Green+Blue) = 47+113+65=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7141 is #D08EBE. Grayscale: #575757. Windows color (decimal): -13668031 or 4288815. OLE color: 4288815.
HSL color Cylindrical-coordinate representation of color #2F7141: hue angle of 136.36º 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 #2F7141 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 65 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.56 |
| HSL | 136.36º | 0.41% | 0.31% | - |
| HSV(B) | 136.36º | 0.58% | 0.44% | - |
| XYZ | 8.03 | 12.8 | 7.05 | - |
| YUV | 87.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 65 | 0.58 | 0 | 0.42 | 0.56 | 136.36 | 0.41 | 0.31 |
| Hex | 2F | 71 | 41 | 3A | 0 | 2A | 38 | 88 | 29 | 1F |
| Octal | 57 | 161 | 101 | 72 | 0 | 52 | 70 | 210 | 51 | 37 |
| Binary | 101111 | 1110001 | 1000001 | 111010 | 0 | 101010 | 111000 | 10001000 | 101001 | 11111 |
Color Harmonies of #2F7141
Complementary color
Monochromatic Colors of #2F7141
Black with #2F7141
Text Example
Text Example
White with #2F7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7141; }
p { color: rgb(47,113,65); }
H1.HeaderClassName
{
color: #2F7141;
}
.AnyTagClassName
{
color: #2F7141;
}
</style>
background-color css
<style>
a { background-color: #2F7141; }
a { background-color: rgb(47,113,65); }
div.DivClassName
{
background-color: #2F7141;
}
.BgClassName
{
background-color: #2F7141;
}
</style>
border-color css
<style>
span { border-color: #2F7141; }
span { border-color: rgb(47,113,65); }
td.TdClassName
{
border-color: #2F7141;
}
.TagClassName
{
border-color: #2F7141;
}
</style>