Shades of Green Pea #2A6344
Tints of Green Pea #2A6344
RGB
CMYK
RGB Variations
Color information
#2A6344 (or 0x2A6344) is known color: Green Pea. HEX triplet: 2A, 63 and 44. RGB value is (42,99,68). Sum of RGB (Red+Green+Blue) = 42+99+68=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6344 is #D59CBB. Grayscale: #4E4E4E. Windows color (decimal): -13999292 or 4481834. OLE color: 4481834.
HSL color Cylindrical-coordinate representation of color #2A6344: hue angle of 147.37º 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 #2A6344 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 68 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.61 |
| HSL | 147.37º | 0.4% | 0.28% | - |
| HSV(B) | 147.37º | 0.58% | 0.39% | - |
| XYZ | 6.46 | 9.83 | 7.03 | - |
| YUV | 78.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 68 | 0.58 | 0 | 0.31 | 0.61 | 147.37 | 0.4 | 0.28 |
| Hex | 2A | 63 | 44 | 3A | 0 | 1F | 3D | 93 | 28 | 1C |
| Octal | 52 | 143 | 104 | 72 | 0 | 37 | 75 | 223 | 50 | 34 |
| Binary | 101010 | 1100011 | 1000100 | 111010 | 0 | 11111 | 111101 | 10010011 | 101000 | 11100 |
Color Harmonies of #2A6344
Complementary color
Monochromatic Colors of #2A6344
Black with #2A6344
Text Example
Text Example
White with #2A6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6344; }
p { color: rgb(42,99,68); }
H1.HeaderClassName
{
color: #2A6344;
}
.AnyTagClassName
{
color: #2A6344;
}
</style>
background-color css
<style>
a { background-color: #2A6344; }
a { background-color: rgb(42,99,68); }
div.DivClassName
{
background-color: #2A6344;
}
.BgClassName
{
background-color: #2A6344;
}
</style>
border-color css
<style>
span { border-color: #2A6344; }
span { border-color: rgb(42,99,68); }
td.TdClassName
{
border-color: #2A6344;
}
.TagClassName
{
border-color: #2A6344;
}
</style>