Shades of Camarone #2A683E
Tints of Camarone #2A683E
RGB
CMYK
RGB Variations
Color information
#2A683E (or 0x2A683E) is known color: Camarone. HEX triplet: 2A, 68 and 3E. RGB value is (42,104,62). Sum of RGB (Red+Green+Blue) = 42+104+62=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #2A683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A683E is #D597C1. Grayscale: #505050. Windows color (decimal): -13998018 or 4089898. OLE color: 4089898.
HSL color Cylindrical-coordinate representation of color #2A683E: hue angle of 139.35º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A683E is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 62 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.59 |
| HSL | 139.35º | 0.42% | 0.29% | - |
| HSV(B) | 139.35º | 0.6% | 0.41% | - |
| XYZ | 6.77 | 10.74 | 6.27 | - |
| YUV | 80.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 62 | 0.60 | 0 | 0.40 | 0.59 | 139.35 | 0.42 | 0.29 |
| Hex | 2A | 68 | 3E | 3C | 0 | 28 | 3B | 8B | 2A | 1D |
| Octal | 52 | 150 | 76 | 74 | 0 | 50 | 73 | 213 | 52 | 35 |
| Binary | 101010 | 1101000 | 111110 | 111100 | 0 | 101000 | 111011 | 10001011 | 101010 | 11101 |
Color Harmonies of #2A683E
Complementary color
Monochromatic Colors of #2A683E
Black with #2A683E
Text Example
Text Example
White with #2A683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A683E; }
p { color: rgb(42,104,62); }
H1.HeaderClassName
{
color: #2A683E;
}
.AnyTagClassName
{
color: #2A683E;
}
</style>
background-color css
<style>
a { background-color: #2A683E; }
a { background-color: rgb(42,104,62); }
div.DivClassName
{
background-color: #2A683E;
}
.BgClassName
{
background-color: #2A683E;
}
</style>
border-color css
<style>
span { border-color: #2A683E; }
span { border-color: rgb(42,104,62); }
td.TdClassName
{
border-color: #2A683E;
}
.TagClassName
{
border-color: #2A683E;
}
</style>