Shades of Camarone #2F6E40
Tints of Camarone #2F6E40
RGB
CMYK
RGB Variations
Color information
#2F6E40 (or 0x2F6E40) is known color: Camarone. HEX triplet: 2F, 6E and 40. RGB value is (47,110,64). Sum of RGB (Red+Green+Blue) = 47+110+64=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E40 is #D091BF. Grayscale: #565656. Windows color (decimal): -13668800 or 4222511. OLE color: 4222511.
HSL color Cylindrical-coordinate representation of color #2F6E40: hue angle of 136.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E40 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 110 | 64 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.57 |
| HSL | 136.19º | 0.4% | 0.31% | - |
| HSV(B) | 136.19º | 0.57% | 0.43% | - |
| XYZ | 7.67 | 12.13 | 6.79 | - |
| YUV | 85.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 64 | 0.57 | 0 | 0.42 | 0.57 | 136.19 | 0.4 | 0.31 |
| Hex | 2F | 6E | 40 | 39 | 0 | 2A | 39 | 88 | 28 | 1F |
| Octal | 57 | 156 | 100 | 71 | 0 | 52 | 71 | 210 | 50 | 37 |
| Binary | 101111 | 1101110 | 1000000 | 111001 | 0 | 101010 | 111001 | 10001000 | 101000 | 11111 |
Color Harmonies of #2F6E40
Complementary color
Monochromatic Colors of #2F6E40
Black with #2F6E40
Text Example
Text Example
White with #2F6E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6E40; }
p { color: rgb(47,110,64); }
H1.HeaderClassName
{
color: #2F6E40;
}
.AnyTagClassName
{
color: #2F6E40;
}
</style>
background-color css
<style>
a { background-color: #2F6E40; }
a { background-color: rgb(47,110,64); }
div.DivClassName
{
background-color: #2F6E40;
}
.BgClassName
{
background-color: #2F6E40;
}
</style>
border-color css
<style>
span { border-color: #2F6E40; }
span { border-color: rgb(47,110,64); }
td.TdClassName
{
border-color: #2F6E40;
}
.TagClassName
{
border-color: #2F6E40;
}
</style>