Shades of Camarone #2A713A
Tints of Camarone #2A713A
RGB
CMYK
RGB Variations
Color information
#2A713A (or 0x2A713A) is known color: Camarone. HEX triplet: 2A, 71 and 3A. RGB value is (42,113,58). Sum of RGB (Red+Green+Blue) = 42+113+58=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #2A713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A713A is #D58EC5. Grayscale: #555555. Windows color (decimal): -13995718 or 3830058. OLE color: 3830058.
HSL color Cylindrical-coordinate representation of color #2A713A: hue angle of 133.52º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A713A is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 58 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.56 |
| HSL | 133.52º | 0.46% | 0.3% | - |
| HSV(B) | 133.52º | 0.63% | 0.44% | - |
| XYZ | 7.62 | 12.61 | 6.03 | - |
| YUV | 85.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 58 | 0.63 | 0 | 0.49 | 0.56 | 133.52 | 0.46 | 0.3 |
| Hex | 2A | 71 | 3A | 3F | 0 | 31 | 38 | 86 | 2E | 1E |
| Octal | 52 | 161 | 72 | 77 | 0 | 61 | 70 | 206 | 56 | 36 |
| Binary | 101010 | 1110001 | 111010 | 111111 | 0 | 110001 | 111000 | 10000110 | 101110 | 11110 |
Color Harmonies of #2A713A
Complementary color
Monochromatic Colors of #2A713A
Black with #2A713A
Text Example
Text Example
White with #2A713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A713A; }
p { color: rgb(42,113,58); }
H1.HeaderClassName
{
color: #2A713A;
}
.AnyTagClassName
{
color: #2A713A;
}
</style>
background-color css
<style>
a { background-color: #2A713A; }
a { background-color: rgb(42,113,58); }
div.DivClassName
{
background-color: #2A713A;
}
.BgClassName
{
background-color: #2A713A;
}
</style>
border-color css
<style>
span { border-color: #2A713A; }
span { border-color: rgb(42,113,58); }
td.TdClassName
{
border-color: #2A713A;
}
.TagClassName
{
border-color: #2A713A;
}
</style>