Shades of Camarone #2F703F
Tints of Camarone #2F703F
RGB
CMYK
RGB Variations
Color information
#2F703F (or 0x2F703F) is known color: Camarone. HEX triplet: 2F, 70 and 3F. RGB value is (47,112,63). Sum of RGB (Red+Green+Blue) = 47+112+63=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #2F703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F703F is #D08FC0. Grayscale: #575757. Windows color (decimal): -13668289 or 4157487. OLE color: 4157487.
HSL color Cylindrical-coordinate representation of color #2F703F: hue angle of 134.77º 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 #2F703F is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 63 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.56 |
| HSL | 134.77º | 0.41% | 0.31% | - |
| HSV(B) | 134.77º | 0.58% | 0.44% | - |
| XYZ | 7.86 | 12.55 | 6.71 | - |
| YUV | 86.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 63 | 0.58 | 0 | 0.44 | 0.56 | 134.77 | 0.41 | 0.31 |
| Hex | 2F | 70 | 3F | 3A | 0 | 2C | 38 | 87 | 29 | 1F |
| Octal | 57 | 160 | 77 | 72 | 0 | 54 | 70 | 207 | 51 | 37 |
| Binary | 101111 | 1110000 | 111111 | 111010 | 0 | 101100 | 111000 | 10000111 | 101001 | 11111 |
Color Harmonies of #2F703F
Complementary color
Monochromatic Colors of #2F703F
Black with #2F703F
Text Example
Text Example
White with #2F703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F703F; }
p { color: rgb(47,112,63); }
H1.HeaderClassName
{
color: #2F703F;
}
.AnyTagClassName
{
color: #2F703F;
}
</style>
background-color css
<style>
a { background-color: #2F703F; }
a { background-color: rgb(47,112,63); }
div.DivClassName
{
background-color: #2F703F;
}
.BgClassName
{
background-color: #2F703F;
}
</style>
border-color css
<style>
span { border-color: #2F703F; }
span { border-color: rgb(47,112,63); }
td.TdClassName
{
border-color: #2F703F;
}
.TagClassName
{
border-color: #2F703F;
}
</style>