Shades of Green Pea #2A6841
Tints of Green Pea #2A6841
RGB
CMYK
RGB Variations
Color information
#2A6841 (or 0x2A6841) is known color: Green Pea. HEX triplet: 2A, 68 and 41. RGB value is (42,104,65). Sum of RGB (Red+Green+Blue) = 42+104+65=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6841 is #D597BE. Grayscale: #515151. Windows color (decimal): -13998015 or 4286506. OLE color: 4286506.
HSL color Cylindrical-coordinate representation of color #2A6841: hue angle of 142.26º 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 #2A6841 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 65 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.59 |
| HSL | 142.26º | 0.42% | 0.29% | - |
| HSV(B) | 142.26º | 0.6% | 0.41% | - |
| XYZ | 6.86 | 10.77 | 6.72 | - |
| YUV | 81.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 65 | 0.60 | 0 | 0.38 | 0.59 | 142.26 | 0.42 | 0.29 |
| Hex | 2A | 68 | 41 | 3C | 0 | 26 | 3B | 8E | 2A | 1D |
| Octal | 52 | 150 | 101 | 74 | 0 | 46 | 73 | 216 | 52 | 35 |
| Binary | 101010 | 1101000 | 1000001 | 111100 | 0 | 100110 | 111011 | 10001110 | 101010 | 11101 |
Color Harmonies of #2A6841
Complementary color
Monochromatic Colors of #2A6841
Black with #2A6841
Text Example
Text Example
White with #2A6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6841; }
p { color: rgb(42,104,65); }
H1.HeaderClassName
{
color: #2A6841;
}
.AnyTagClassName
{
color: #2A6841;
}
</style>
background-color css
<style>
a { background-color: #2A6841; }
a { background-color: rgb(42,104,65); }
div.DivClassName
{
background-color: #2A6841;
}
.BgClassName
{
background-color: #2A6841;
}
</style>
border-color css
<style>
span { border-color: #2A6841; }
span { border-color: rgb(42,104,65); }
td.TdClassName
{
border-color: #2A6841;
}
.TagClassName
{
border-color: #2A6841;
}
</style>