Shades of Camarone #2A7342
Tints of Camarone #2A7342
RGB
CMYK
RGB Variations
Color information
#2A7342 (or 0x2A7342) is known color: Camarone. HEX triplet: 2A, 73 and 42. RGB value is (42,115,66). Sum of RGB (Red+Green+Blue) = 42+115+66=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7342 is #D58CBD. Grayscale: #575757. Windows color (decimal): -13995198 or 4354858. OLE color: 4354858.
HSL color Cylindrical-coordinate representation of color #2A7342: hue angle of 139.73º 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 #2A7342 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 66 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.55 |
| HSL | 139.73º | 0.46% | 0.31% | - |
| HSV(B) | 139.73º | 0.63% | 0.45% | - |
| XYZ | 8.07 | 13.15 | 7.27 | - |
| YUV | 87.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 66 | 0.63 | 0 | 0.43 | 0.55 | 139.73 | 0.46 | 0.31 |
| Hex | 2A | 73 | 42 | 3F | 0 | 2B | 37 | 8C | 2E | 1F |
| Octal | 52 | 163 | 102 | 77 | 0 | 53 | 67 | 214 | 56 | 37 |
| Binary | 101010 | 1110011 | 1000010 | 111111 | 0 | 101011 | 110111 | 10001100 | 101110 | 11111 |
Color Harmonies of #2A7342
Complementary color
Monochromatic Colors of #2A7342
Black with #2A7342
Text Example
Text Example
White with #2A7342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7342; }
p { color: rgb(42,115,66); }
H1.HeaderClassName
{
color: #2A7342;
}
.AnyTagClassName
{
color: #2A7342;
}
</style>
background-color css
<style>
a { background-color: #2A7342; }
a { background-color: rgb(42,115,66); }
div.DivClassName
{
background-color: #2A7342;
}
.BgClassName
{
background-color: #2A7342;
}
</style>
border-color css
<style>
span { border-color: #2A7342; }
span { border-color: rgb(42,115,66); }
td.TdClassName
{
border-color: #2A7342;
}
.TagClassName
{
border-color: #2A7342;
}
</style>