Shades of Green Pea #2A6948
Tints of Green Pea #2A6948
RGB
CMYK
RGB Variations
Color information
#2A6948 (or 0x2A6948) is known color: Green Pea. HEX triplet: 2A, 69 and 48. RGB value is (42,105,72). Sum of RGB (Red+Green+Blue) = 42+105+72=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6948 is #D596B7. Grayscale: #525252. Windows color (decimal): -13997752 or 4745514. OLE color: 4745514.
HSL color Cylindrical-coordinate representation of color #2A6948: hue angle of 148.57º 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 #2A6948 is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 72 | - |
| CMYK | 0.6 | 0 | 0.31 | 0.59 |
| HSL | 148.57º | 0.43% | 0.29% | - |
| HSV(B) | 148.57º | 0.6% | 0.41% | - |
| XYZ | 7.18 | 11.06 | 7.89 | - |
| YUV | 82.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 72 | 0.6 | 0 | 0.31 | 0.59 | 148.57 | 0.43 | 0.29 |
| Hex | 2A | 69 | 48 | 3C | 0 | 1F | 3B | 95 | 2B | 1D |
| Octal | 52 | 151 | 110 | 74 | 0 | 37 | 73 | 225 | 53 | 35 |
| Binary | 101010 | 1101001 | 1001000 | 111100 | 0 | 11111 | 111011 | 10010101 | 101011 | 11101 |
Color Harmonies of #2A6948
Complementary color
Monochromatic Colors of #2A6948
Black with #2A6948
Text Example
Text Example
White with #2A6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6948; }
p { color: rgb(42,105,72); }
H1.HeaderClassName
{
color: #2A6948;
}
.AnyTagClassName
{
color: #2A6948;
}
</style>
background-color css
<style>
a { background-color: #2A6948; }
a { background-color: rgb(42,105,72); }
div.DivClassName
{
background-color: #2A6948;
}
.BgClassName
{
background-color: #2A6948;
}
</style>
border-color css
<style>
span { border-color: #2A6948; }
span { border-color: rgb(42,105,72); }
td.TdClassName
{
border-color: #2A6948;
}
.TagClassName
{
border-color: #2A6948;
}
</style>