Shades of Green Pea #2A6640
Tints of Green Pea #2A6640
RGB
CMYK
RGB Variations
Color information
#2A6640 (or 0x2A6640) is known color: Green Pea. HEX triplet: 2A, 66 and 40. RGB value is (42,102,64). Sum of RGB (Red+Green+Blue) = 42+102+64=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #2A6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6640 is #D599BF. Grayscale: #4F4F4F. Windows color (decimal): -13998528 or 4220458. OLE color: 4220458.
HSL color Cylindrical-coordinate representation of color #2A6640: hue angle of 142º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A6640 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 64 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.6 |
| HSL | 142º | 0.42% | 0.28% | - |
| HSV(B) | 142º | 0.59% | 0.4% | - |
| XYZ | 6.63 | 10.37 | 6.5 | - |
| YUV | 79.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 64 | 0.59 | 0 | 0.37 | 0.6 | 142 | 0.42 | 0.28 |
| Hex | 2A | 66 | 40 | 3B | 0 | 25 | 3C | 8E | 2A | 1C |
| Octal | 52 | 146 | 100 | 73 | 0 | 45 | 74 | 216 | 52 | 34 |
| Binary | 101010 | 1100110 | 1000000 | 111011 | 0 | 100101 | 111100 | 10001110 | 101010 | 11100 |
Color Harmonies of #2A6640
Complementary color
Monochromatic Colors of #2A6640
Black with #2A6640
Text Example
Text Example
White with #2A6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6640; }
p { color: rgb(42,102,64); }
H1.HeaderClassName
{
color: #2A6640;
}
.AnyTagClassName
{
color: #2A6640;
}
</style>
background-color css
<style>
a { background-color: #2A6640; }
a { background-color: rgb(42,102,64); }
div.DivClassName
{
background-color: #2A6640;
}
.BgClassName
{
background-color: #2A6640;
}
</style>
border-color css
<style>
span { border-color: #2A6640; }
span { border-color: rgb(42,102,64); }
td.TdClassName
{
border-color: #2A6640;
}
.TagClassName
{
border-color: #2A6640;
}
</style>