Shades of Camarone #2A723E
Tints of Camarone #2A723E
RGB
CMYK
RGB Variations
Color information
#2A723E (or 0x2A723E) is known color: Camarone. HEX triplet: 2A, 72 and 3E. RGB value is (42,114,62). Sum of RGB (Red+Green+Blue) = 42+114+62=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #2A723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A723E is #D58DC1. Grayscale: #565656. Windows color (decimal): -13995458 or 4092458. OLE color: 4092458.
HSL color Cylindrical-coordinate representation of color #2A723E: hue angle of 136.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A723E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 62 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.55 |
| HSL | 136.67º | 0.46% | 0.31% | - |
| HSV(B) | 136.67º | 0.63% | 0.45% | - |
| XYZ | 7.84 | 12.87 | 6.63 | - |
| YUV | 86.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 62 | 0.63 | 0 | 0.46 | 0.55 | 136.67 | 0.46 | 0.31 |
| Hex | 2A | 72 | 3E | 3F | 0 | 2E | 37 | 89 | 2E | 1F |
| Octal | 52 | 162 | 76 | 77 | 0 | 56 | 67 | 211 | 56 | 37 |
| Binary | 101010 | 1110010 | 111110 | 111111 | 0 | 101110 | 110111 | 10001001 | 101110 | 11111 |
Color Harmonies of #2A723E
Complementary color
Monochromatic Colors of #2A723E
Black with #2A723E
Text Example
Text Example
White with #2A723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A723E; }
p { color: rgb(42,114,62); }
H1.HeaderClassName
{
color: #2A723E;
}
.AnyTagClassName
{
color: #2A723E;
}
</style>
background-color css
<style>
a { background-color: #2A723E; }
a { background-color: rgb(42,114,62); }
div.DivClassName
{
background-color: #2A723E;
}
.BgClassName
{
background-color: #2A723E;
}
</style>
border-color css
<style>
span { border-color: #2A723E; }
span { border-color: rgb(42,114,62); }
td.TdClassName
{
border-color: #2A723E;
}
.TagClassName
{
border-color: #2A723E;
}
</style>