Shades of Green Pea #2A6543
Tints of Green Pea #2A6543
RGB
CMYK
RGB Variations
Color information
#2A6543 (or 0x2A6543) is known color: Green Pea. HEX triplet: 2A, 65 and 43. RGB value is (42,101,67). Sum of RGB (Red+Green+Blue) = 42+101+67=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6543 is #D59ABC. Grayscale: #4F4F4F. Windows color (decimal): -13998781 or 4416810. OLE color: 4416810.
HSL color Cylindrical-coordinate representation of color #2A6543: hue angle of 145.42º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6543 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 67 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.60 |
| HSL | 145.42º | 0.41% | 0.28% | - |
| HSV(B) | 145.42º | 0.58% | 0.4% | - |
| XYZ | 6.62 | 10.2 | 6.93 | - |
| YUV | 79.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 67 | 0.58 | 0 | 0.34 | 0.60 | 145.42 | 0.41 | 0.28 |
| Hex | 2A | 65 | 43 | 3A | 0 | 22 | 3C | 91 | 29 | 1C |
| Octal | 52 | 145 | 103 | 72 | 0 | 42 | 74 | 221 | 51 | 34 |
| Binary | 101010 | 1100101 | 1000011 | 111010 | 0 | 100010 | 111100 | 10010001 | 101001 | 11100 |
Color Harmonies of #2A6543
Complementary color
Monochromatic Colors of #2A6543
Black with #2A6543
Text Example
Text Example
White with #2A6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6543; }
p { color: rgb(42,101,67); }
H1.HeaderClassName
{
color: #2A6543;
}
.AnyTagClassName
{
color: #2A6543;
}
</style>
background-color css
<style>
a { background-color: #2A6543; }
a { background-color: rgb(42,101,67); }
div.DivClassName
{
background-color: #2A6543;
}
.BgClassName
{
background-color: #2A6543;
}
</style>
border-color css
<style>
span { border-color: #2A6543; }
span { border-color: rgb(42,101,67); }
td.TdClassName
{
border-color: #2A6543;
}
.TagClassName
{
border-color: #2A6543;
}
</style>