Shades of Camarone #2A5E39
Tints of Camarone #2A5E39
RGB
CMYK
RGB Variations
Color information
#2A5E39 (or 0x2A5E39) is known color: Camarone. HEX triplet: 2A, 5E and 39. RGB value is (42,94,57). Sum of RGB (Red+Green+Blue) = 42+94+57=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #2A5E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5E39 is #D5A1C6. Grayscale: #4A4A4A. Windows color (decimal): -14000583 or 3759658. OLE color: 3759658.
HSL color Cylindrical-coordinate representation of color #2A5E39: hue angle of 137.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5E39 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 94 | 57 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.63 |
| HSL | 137.31º | 0.38% | 0.27% | - |
| HSV(B) | 137.31º | 0.55% | 0.37% | - |
| XYZ | 5.7 | 8.79 | 5.27 | - |
| YUV | 74.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 57 | 0.55 | 0 | 0.39 | 0.63 | 137.31 | 0.38 | 0.27 |
| Hex | 2A | 5E | 39 | 37 | 0 | 27 | 3F | 89 | 26 | 1B |
| Octal | 52 | 136 | 71 | 67 | 0 | 47 | 77 | 211 | 46 | 33 |
| Binary | 101010 | 1011110 | 111001 | 110111 | 0 | 100111 | 111111 | 10001001 | 100110 | 11011 |
Color Harmonies of #2A5E39
Complementary color
Monochromatic Colors of #2A5E39
Black with #2A5E39
Text Example
Text Example
White with #2A5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E39; }
p { color: rgb(42,94,57); }
H1.HeaderClassName
{
color: #2A5E39;
}
.AnyTagClassName
{
color: #2A5E39;
}
</style>
background-color css
<style>
a { background-color: #2A5E39; }
a { background-color: rgb(42,94,57); }
div.DivClassName
{
background-color: #2A5E39;
}
.BgClassName
{
background-color: #2A5E39;
}
</style>
border-color css
<style>
span { border-color: #2A5E39; }
span { border-color: rgb(42,94,57); }
td.TdClassName
{
border-color: #2A5E39;
}
.TagClassName
{
border-color: #2A5E39;
}
</style>