Shades of Green Pea #2A6849
Tints of Green Pea #2A6849
RGB
CMYK
RGB Variations
Color information
#2A6849 (or 0x2A6849) is known color: Green Pea. HEX triplet: 2A, 68 and 49. RGB value is (42,104,73). Sum of RGB (Red+Green+Blue) = 42+104+73=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6849 is #D597B6. Grayscale: #515151. Windows color (decimal): -13998007 or 4810794. OLE color: 4810794.
HSL color Cylindrical-coordinate representation of color #2A6849: hue angle of 150º 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 #2A6849 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 73 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.59 |
| HSL | 150º | 0.42% | 0.29% | - |
| HSV(B) | 150º | 0.6% | 0.41% | - |
| XYZ | 7.11 | 10.87 | 8.03 | - |
| YUV | 81.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 73 | 0.60 | 0 | 0.30 | 0.59 | 150 | 0.42 | 0.29 |
| Hex | 2A | 68 | 49 | 3C | 0 | 1E | 3B | 96 | 2A | 1D |
| Octal | 52 | 150 | 111 | 74 | 0 | 36 | 73 | 226 | 52 | 35 |
| Binary | 101010 | 1101000 | 1001001 | 111100 | 0 | 11110 | 111011 | 10010110 | 101010 | 11101 |
Color Harmonies of #2A6849
Complementary color
Monochromatic Colors of #2A6849
Black with #2A6849
Text Example
Text Example
White with #2A6849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6849; }
p { color: rgb(42,104,73); }
H1.HeaderClassName
{
color: #2A6849;
}
.AnyTagClassName
{
color: #2A6849;
}
</style>
background-color css
<style>
a { background-color: #2A6849; }
a { background-color: rgb(42,104,73); }
div.DivClassName
{
background-color: #2A6849;
}
.BgClassName
{
background-color: #2A6849;
}
</style>
border-color css
<style>
span { border-color: #2A6849; }
span { border-color: rgb(42,104,73); }
td.TdClassName
{
border-color: #2A6849;
}
.TagClassName
{
border-color: #2A6849;
}
</style>