Shades of Camarone #2A6038
Tints of Camarone #2A6038
RGB
CMYK
RGB Variations
Color information
#2A6038 (or 0x2A6038) is known color: Camarone. HEX triplet: 2A, 60 and 38. RGB value is (42,96,56). Sum of RGB (Red+Green+Blue) = 42+96+56=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6038 is #D59FC7. Grayscale: #4B4B4B. Windows color (decimal): -14000072 or 3694634. OLE color: 3694634.
HSL color Cylindrical-coordinate representation of color #2A6038: hue angle of 135.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A6038 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 56 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.62 |
| HSL | 135.56º | 0.39% | 0.27% | - |
| HSV(B) | 135.56º | 0.56% | 0.38% | - |
| XYZ | 5.85 | 9.14 | 5.2 | - |
| YUV | 75.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 56 | 0.56 | 0 | 0.42 | 0.62 | 135.56 | 0.39 | 0.27 |
| Hex | 2A | 60 | 38 | 38 | 0 | 2A | 3E | 88 | 27 | 1B |
| Octal | 52 | 140 | 70 | 70 | 0 | 52 | 76 | 210 | 47 | 33 |
| Binary | 101010 | 1100000 | 111000 | 111000 | 0 | 101010 | 111110 | 10001000 | 100111 | 11011 |
Color Harmonies of #2A6038
Complementary color
Monochromatic Colors of #2A6038
Black with #2A6038
Text Example
Text Example
White with #2A6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6038; }
p { color: rgb(42,96,56); }
H1.HeaderClassName
{
color: #2A6038;
}
.AnyTagClassName
{
color: #2A6038;
}
</style>
background-color css
<style>
a { background-color: #2A6038; }
a { background-color: rgb(42,96,56); }
div.DivClassName
{
background-color: #2A6038;
}
.BgClassName
{
background-color: #2A6038;
}
</style>
border-color css
<style>
span { border-color: #2A6038; }
span { border-color: rgb(42,96,56); }
td.TdClassName
{
border-color: #2A6038;
}
.TagClassName
{
border-color: #2A6038;
}
</style>