Shades of Green Pea #2A6041
Tints of Green Pea #2A6041
RGB
CMYK
RGB Variations
Color information
#2A6041 (or 0x2A6041) is known color: Green Pea. HEX triplet: 2A, 60 and 41. RGB value is (42,96,65). Sum of RGB (Red+Green+Blue) = 42+96+65=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6041 is #D59FBE. Grayscale: #4C4C4C. Windows color (decimal): -14000063 or 4284458. OLE color: 4284458.
HSL color Cylindrical-coordinate representation of color #2A6041: hue angle of 145.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A6041 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 65 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.62 |
| HSL | 145.56º | 0.39% | 0.27% | - |
| HSV(B) | 145.56º | 0.56% | 0.38% | - |
| XYZ | 6.09 | 9.24 | 6.46 | - |
| YUV | 76.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 65 | 0.56 | 0 | 0.32 | 0.62 | 145.56 | 0.39 | 0.27 |
| Hex | 2A | 60 | 41 | 38 | 0 | 20 | 3E | 92 | 27 | 1B |
| Octal | 52 | 140 | 101 | 70 | 0 | 40 | 76 | 222 | 47 | 33 |
| Binary | 101010 | 1100000 | 1000001 | 111000 | 0 | 100000 | 111110 | 10010010 | 100111 | 11011 |
Color Harmonies of #2A6041
Complementary color
Monochromatic Colors of #2A6041
Black with #2A6041
Text Example
Text Example
White with #2A6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6041; }
p { color: rgb(42,96,65); }
H1.HeaderClassName
{
color: #2A6041;
}
.AnyTagClassName
{
color: #2A6041;
}
</style>
background-color css
<style>
a { background-color: #2A6041; }
a { background-color: rgb(42,96,65); }
div.DivClassName
{
background-color: #2A6041;
}
.BgClassName
{
background-color: #2A6041;
}
</style>
border-color css
<style>
span { border-color: #2A6041; }
span { border-color: rgb(42,96,65); }
td.TdClassName
{
border-color: #2A6041;
}
.TagClassName
{
border-color: #2A6041;
}
</style>