Shades of Green Pea #2A6342
Tints of Green Pea #2A6342
RGB
CMYK
RGB Variations
Color information
#2A6342 (or 0x2A6342) is known color: Green Pea. HEX triplet: 2A, 63 and 42. RGB value is (42,99,66). Sum of RGB (Red+Green+Blue) = 42+99+66=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6342 is #D59CBD. Grayscale: #4E4E4E. Windows color (decimal): -13999294 or 4350762. OLE color: 4350762.
HSL color Cylindrical-coordinate representation of color #2A6342: hue angle of 145.26º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6342 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 66 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.61 |
| HSL | 145.26º | 0.4% | 0.28% | - |
| HSV(B) | 145.26º | 0.58% | 0.39% | - |
| XYZ | 6.4 | 9.81 | 6.71 | - |
| YUV | 78.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 66 | 0.58 | 0 | 0.33 | 0.61 | 145.26 | 0.4 | 0.28 |
| Hex | 2A | 63 | 42 | 3A | 0 | 21 | 3D | 91 | 28 | 1C |
| Octal | 52 | 143 | 102 | 72 | 0 | 41 | 75 | 221 | 50 | 34 |
| Binary | 101010 | 1100011 | 1000010 | 111010 | 0 | 100001 | 111101 | 10010001 | 101000 | 11100 |
Color Harmonies of #2A6342
Complementary color
Monochromatic Colors of #2A6342
Black with #2A6342
Text Example
Text Example
White with #2A6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6342; }
p { color: rgb(42,99,66); }
H1.HeaderClassName
{
color: #2A6342;
}
.AnyTagClassName
{
color: #2A6342;
}
</style>
background-color css
<style>
a { background-color: #2A6342; }
a { background-color: rgb(42,99,66); }
div.DivClassName
{
background-color: #2A6342;
}
.BgClassName
{
background-color: #2A6342;
}
</style>
border-color css
<style>
span { border-color: #2A6342; }
span { border-color: rgb(42,99,66); }
td.TdClassName
{
border-color: #2A6342;
}
.TagClassName
{
border-color: #2A6342;
}
</style>