Shades of Green Pea #2A6440
Tints of Green Pea #2A6440
RGB
CMYK
RGB Variations
Color information
#2A6440 (or 0x2A6440) is known color: Green Pea. HEX triplet: 2A, 64 and 40. RGB value is (42,100,64). Sum of RGB (Red+Green+Blue) = 42+100+64=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6440 is #D59BBF. Grayscale: #4E4E4E. Windows color (decimal): -13999040 or 4219946. OLE color: 4219946.
HSL color Cylindrical-coordinate representation of color #2A6440: hue angle of 142.76º degrees, saturation: 0.41, 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 #2A6440 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 100 | 64 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.61 |
| HSL | 142.76º | 0.41% | 0.28% | - |
| HSV(B) | 142.76º | 0.58% | 0.39% | - |
| XYZ | 6.44 | 9.98 | 6.44 | - |
| YUV | 78.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 64 | 0.58 | 0 | 0.36 | 0.61 | 142.76 | 0.41 | 0.28 |
| Hex | 2A | 64 | 40 | 3A | 0 | 24 | 3D | 8F | 29 | 1C |
| Octal | 52 | 144 | 100 | 72 | 0 | 44 | 75 | 217 | 51 | 34 |
| Binary | 101010 | 1100100 | 1000000 | 111010 | 0 | 100100 | 111101 | 10001111 | 101001 | 11100 |
Color Harmonies of #2A6440
Complementary color
Monochromatic Colors of #2A6440
Black with #2A6440
Text Example
Text Example
White with #2A6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6440; }
p { color: rgb(42,100,64); }
H1.HeaderClassName
{
color: #2A6440;
}
.AnyTagClassName
{
color: #2A6440;
}
</style>
background-color css
<style>
a { background-color: #2A6440; }
a { background-color: rgb(42,100,64); }
div.DivClassName
{
background-color: #2A6440;
}
.BgClassName
{
background-color: #2A6440;
}
</style>
border-color css
<style>
span { border-color: #2A6440; }
span { border-color: rgb(42,100,64); }
td.TdClassName
{
border-color: #2A6440;
}
.TagClassName
{
border-color: #2A6440;
}
</style>