Shades of Green Pea #2A6248
Tints of Green Pea #2A6248
RGB
CMYK
RGB Variations
Color information
#2A6248 (or 0x2A6248) is known color: Green Pea. HEX triplet: 2A, 62 and 48. RGB value is (42,98,72). Sum of RGB (Red+Green+Blue) = 42+98+72=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6248 is #D59DB7. Grayscale: #4E4E4E. Windows color (decimal): -13999544 or 4743722. OLE color: 4743722.
HSL color Cylindrical-coordinate representation of color #2A6248: hue angle of 152.14º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6248 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 72 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.62 |
| HSL | 152.14º | 0.4% | 0.27% | - |
| HSV(B) | 152.14º | 0.57% | 0.38% | - |
| XYZ | 6.49 | 9.7 | 7.66 | - |
| YUV | 78.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 72 | 0.57 | 0 | 0.27 | 0.62 | 152.14 | 0.4 | 0.27 |
| Hex | 2A | 62 | 48 | 39 | 0 | 1B | 3E | 98 | 28 | 1B |
| Octal | 52 | 142 | 110 | 71 | 0 | 33 | 76 | 230 | 50 | 33 |
| Binary | 101010 | 1100010 | 1001000 | 111001 | 0 | 11011 | 111110 | 10011000 | 101000 | 11011 |
Color Harmonies of #2A6248
Complementary color
Monochromatic Colors of #2A6248
Black with #2A6248
Text Example
Text Example
White with #2A6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6248; }
p { color: rgb(42,98,72); }
H1.HeaderClassName
{
color: #2A6248;
}
.AnyTagClassName
{
color: #2A6248;
}
</style>
background-color css
<style>
a { background-color: #2A6248; }
a { background-color: rgb(42,98,72); }
div.DivClassName
{
background-color: #2A6248;
}
.BgClassName
{
background-color: #2A6248;
}
</style>
border-color css
<style>
span { border-color: #2A6248; }
span { border-color: rgb(42,98,72); }
td.TdClassName
{
border-color: #2A6248;
}
.TagClassName
{
border-color: #2A6248;
}
</style>