Shades of Camarone #2A633A
Tints of Camarone #2A633A
RGB
CMYK
RGB Variations
Color information
#2A633A (or 0x2A633A) is known color: Camarone. HEX triplet: 2A, 63 and 3A. RGB value is (42,99,58). Sum of RGB (Red+Green+Blue) = 42+99+58=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #2A633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A633A is #D59CC5. Grayscale: #4D4D4D. Windows color (decimal): -13999302 or 3826474. OLE color: 3826474.
HSL color Cylindrical-coordinate representation of color #2A633A: hue angle of 136.84º degrees, saturation: 0.4, 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 #2A633A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 58 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.61 |
| HSL | 136.84º | 0.4% | 0.28% | - |
| HSV(B) | 136.84º | 0.58% | 0.39% | - |
| XYZ | 6.18 | 9.72 | 5.55 | - |
| YUV | 77.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 58 | 0.58 | 0 | 0.41 | 0.61 | 136.84 | 0.4 | 0.28 |
| Hex | 2A | 63 | 3A | 3A | 0 | 29 | 3D | 89 | 28 | 1C |
| Octal | 52 | 143 | 72 | 72 | 0 | 51 | 75 | 211 | 50 | 34 |
| Binary | 101010 | 1100011 | 111010 | 111010 | 0 | 101001 | 111101 | 10001001 | 101000 | 11100 |
Color Harmonies of #2A633A
Complementary color
Monochromatic Colors of #2A633A
Black with #2A633A
Text Example
Text Example
White with #2A633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A633A; }
p { color: rgb(42,99,58); }
H1.HeaderClassName
{
color: #2A633A;
}
.AnyTagClassName
{
color: #2A633A;
}
</style>
background-color css
<style>
a { background-color: #2A633A; }
a { background-color: rgb(42,99,58); }
div.DivClassName
{
background-color: #2A633A;
}
.BgClassName
{
background-color: #2A633A;
}
</style>
border-color css
<style>
span { border-color: #2A633A; }
span { border-color: rgb(42,99,58); }
td.TdClassName
{
border-color: #2A633A;
}
.TagClassName
{
border-color: #2A633A;
}
</style>