Shades of Camarone #2F723F
Tints of Camarone #2F723F
RGB
CMYK
RGB Variations
Color information
#2F723F (or 0x2F723F) is known color: Camarone. HEX triplet: 2F, 72 and 3F. RGB value is (47,114,63). Sum of RGB (Red+Green+Blue) = 47+114+63=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #2F723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F723F is #D08DC0. Grayscale: #585858. Windows color (decimal): -13667777 or 4157999. OLE color: 4157999.
HSL color Cylindrical-coordinate representation of color #2F723F: hue angle of 134.33º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F723F is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 63 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.55 |
| HSL | 134.33º | 0.42% | 0.32% | - |
| HSV(B) | 134.33º | 0.59% | 0.45% | - |
| XYZ | 8.09 | 13 | 6.79 | - |
| YUV | 88.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 63 | 0.59 | 0 | 0.45 | 0.55 | 134.33 | 0.42 | 0.32 |
| Hex | 2F | 72 | 3F | 3B | 0 | 2D | 37 | 86 | 2A | 20 |
| Octal | 57 | 162 | 77 | 73 | 0 | 55 | 67 | 206 | 52 | 40 |
| Binary | 101111 | 1110010 | 111111 | 111011 | 0 | 101101 | 110111 | 10000110 | 101010 | 100000 |
Color Harmonies of #2F723F
Complementary color
Monochromatic Colors of #2F723F
Black with #2F723F
Text Example
Text Example
White with #2F723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F723F; }
p { color: rgb(47,114,63); }
H1.HeaderClassName
{
color: #2F723F;
}
.AnyTagClassName
{
color: #2F723F;
}
</style>
background-color css
<style>
a { background-color: #2F723F; }
a { background-color: rgb(47,114,63); }
div.DivClassName
{
background-color: #2F723F;
}
.BgClassName
{
background-color: #2F723F;
}
</style>
border-color css
<style>
span { border-color: #2F723F; }
span { border-color: rgb(47,114,63); }
td.TdClassName
{
border-color: #2F723F;
}
.TagClassName
{
border-color: #2F723F;
}
</style>