Shades of Green Pea #2A6941
Tints of Green Pea #2A6941
RGB
CMYK
RGB Variations
Color information
#2A6941 (or 0x2A6941) is known color: Green Pea. HEX triplet: 2A, 69 and 41. RGB value is (42,105,65). Sum of RGB (Red+Green+Blue) = 42+105+65=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6941 is #D596BE. Grayscale: #515151. Windows color (decimal): -13997759 or 4286762. OLE color: 4286762.
HSL color Cylindrical-coordinate representation of color #2A6941: hue angle of 141.9º degrees, saturation: 0.43, 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 #2A6941 is Cyan = 0.6, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 65 | - |
| CMYK | 0.6 | 0 | 0.38 | 0.59 |
| HSL | 141.9º | 0.43% | 0.29% | - |
| HSV(B) | 141.9º | 0.6% | 0.41% | - |
| XYZ | 6.96 | 10.98 | 6.75 | - |
| YUV | 81.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 65 | 0.6 | 0 | 0.38 | 0.59 | 141.9 | 0.43 | 0.29 |
| Hex | 2A | 69 | 41 | 3C | 0 | 26 | 3B | 8E | 2B | 1D |
| Octal | 52 | 151 | 101 | 74 | 0 | 46 | 73 | 216 | 53 | 35 |
| Binary | 101010 | 1101001 | 1000001 | 111100 | 0 | 100110 | 111011 | 10001110 | 101011 | 11101 |
Color Harmonies of #2A6941
Complementary color
Monochromatic Colors of #2A6941
Black with #2A6941
Text Example
Text Example
White with #2A6941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6941; }
p { color: rgb(42,105,65); }
H1.HeaderClassName
{
color: #2A6941;
}
.AnyTagClassName
{
color: #2A6941;
}
</style>
background-color css
<style>
a { background-color: #2A6941; }
a { background-color: rgb(42,105,65); }
div.DivClassName
{
background-color: #2A6941;
}
.BgClassName
{
background-color: #2A6941;
}
</style>
border-color css
<style>
span { border-color: #2A6941; }
span { border-color: rgb(42,105,65); }
td.TdClassName
{
border-color: #2A6941;
}
.TagClassName
{
border-color: #2A6941;
}
</style>