Shades of Green Pea #2A6843
Tints of Green Pea #2A6843
RGB
CMYK
RGB Variations
Color information
#2A6843 (or 0x2A6843) is known color: Green Pea. HEX triplet: 2A, 68 and 43. RGB value is (42,104,67). Sum of RGB (Red+Green+Blue) = 42+104+67=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6843 is #D597BC. Grayscale: #515151. Windows color (decimal): -13998013 or 4417578. OLE color: 4417578.
HSL color Cylindrical-coordinate representation of color #2A6843: hue angle of 144.19º 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 #2A6843 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 67 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.59 |
| HSL | 144.19º | 0.42% | 0.29% | - |
| HSV(B) | 144.19º | 0.6% | 0.41% | - |
| XYZ | 6.92 | 10.8 | 7.03 | - |
| YUV | 81.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 67 | 0.60 | 0 | 0.36 | 0.59 | 144.19 | 0.42 | 0.29 |
| Hex | 2A | 68 | 43 | 3C | 0 | 24 | 3B | 90 | 2A | 1D |
| Octal | 52 | 150 | 103 | 74 | 0 | 44 | 73 | 220 | 52 | 35 |
| Binary | 101010 | 1101000 | 1000011 | 111100 | 0 | 100100 | 111011 | 10010000 | 101010 | 11101 |
Color Harmonies of #2A6843
Complementary color
Monochromatic Colors of #2A6843
Black with #2A6843
Text Example
Text Example
White with #2A6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6843; }
p { color: rgb(42,104,67); }
H1.HeaderClassName
{
color: #2A6843;
}
.AnyTagClassName
{
color: #2A6843;
}
</style>
background-color css
<style>
a { background-color: #2A6843; }
a { background-color: rgb(42,104,67); }
div.DivClassName
{
background-color: #2A6843;
}
.BgClassName
{
background-color: #2A6843;
}
</style>
border-color css
<style>
span { border-color: #2A6843; }
span { border-color: rgb(42,104,67); }
td.TdClassName
{
border-color: #2A6843;
}
.TagClassName
{
border-color: #2A6843;
}
</style>