Shades of Green Pea #2A6844
Tints of Green Pea #2A6844
RGB
CMYK
RGB Variations
Color information
#2A6844 (or 0x2A6844) is known color: Green Pea. HEX triplet: 2A, 68 and 44. RGB value is (42,104,68). Sum of RGB (Red+Green+Blue) = 42+104+68=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6844 is #D597BB. Grayscale: #515151. Windows color (decimal): -13998012 or 4483114. OLE color: 4483114.
HSL color Cylindrical-coordinate representation of color #2A6844: hue angle of 145.16º 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 #2A6844 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 68 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.59 |
| HSL | 145.16º | 0.42% | 0.29% | - |
| HSV(B) | 145.16º | 0.6% | 0.41% | - |
| XYZ | 6.95 | 10.81 | 7.19 | - |
| YUV | 81.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 68 | 0.60 | 0 | 0.35 | 0.59 | 145.16 | 0.42 | 0.29 |
| Hex | 2A | 68 | 44 | 3C | 0 | 23 | 3B | 91 | 2A | 1D |
| Octal | 52 | 150 | 104 | 74 | 0 | 43 | 73 | 221 | 52 | 35 |
| Binary | 101010 | 1101000 | 1000100 | 111100 | 0 | 100011 | 111011 | 10010001 | 101010 | 11101 |
Color Harmonies of #2A6844
Complementary color
Monochromatic Colors of #2A6844
Black with #2A6844
Text Example
Text Example
White with #2A6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6844; }
p { color: rgb(42,104,68); }
H1.HeaderClassName
{
color: #2A6844;
}
.AnyTagClassName
{
color: #2A6844;
}
</style>
background-color css
<style>
a { background-color: #2A6844; }
a { background-color: rgb(42,104,68); }
div.DivClassName
{
background-color: #2A6844;
}
.BgClassName
{
background-color: #2A6844;
}
</style>
border-color css
<style>
span { border-color: #2A6844; }
span { border-color: rgb(42,104,68); }
td.TdClassName
{
border-color: #2A6844;
}
.TagClassName
{
border-color: #2A6844;
}
</style>