Shades of Camarone #2A643B
Tints of Camarone #2A643B
RGB
CMYK
RGB Variations
Color information
#2A643B (or 0x2A643B) is known color: Camarone. HEX triplet: 2A, 64 and 3B. RGB value is (42,100,59). Sum of RGB (Red+Green+Blue) = 42+100+59=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #2A643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A643B is #D59BC4. Grayscale: #4E4E4E. Windows color (decimal): -13999045 or 3892266. OLE color: 3892266.
HSL color Cylindrical-coordinate representation of color #2A643B: hue angle of 137.59º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A643B is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 100 | 59 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.61 |
| HSL | 137.59º | 0.41% | 0.28% | - |
| HSV(B) | 137.59º | 0.58% | 0.39% | - |
| XYZ | 6.3 | 9.92 | 5.72 | - |
| YUV | 77.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 59 | 0.58 | 0 | 0.41 | 0.61 | 137.59 | 0.41 | 0.28 |
| Hex | 2A | 64 | 3B | 3A | 0 | 29 | 3D | 8A | 29 | 1C |
| Octal | 52 | 144 | 73 | 72 | 0 | 51 | 75 | 212 | 51 | 34 |
| Binary | 101010 | 1100100 | 111011 | 111010 | 0 | 101001 | 111101 | 10001010 | 101001 | 11100 |
Color Harmonies of #2A643B
Complementary color
Monochromatic Colors of #2A643B
Black with #2A643B
Text Example
Text Example
White with #2A643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A643B; }
p { color: rgb(42,100,59); }
H1.HeaderClassName
{
color: #2A643B;
}
.AnyTagClassName
{
color: #2A643B;
}
</style>
background-color css
<style>
a { background-color: #2A643B; }
a { background-color: rgb(42,100,59); }
div.DivClassName
{
background-color: #2A643B;
}
.BgClassName
{
background-color: #2A643B;
}
</style>
border-color css
<style>
span { border-color: #2A643B; }
span { border-color: rgb(42,100,59); }
td.TdClassName
{
border-color: #2A643B;
}
.TagClassName
{
border-color: #2A643B;
}
</style>