Shades of Green Pea #2A623D
Tints of Green Pea #2A623D
RGB
CMYK
RGB Variations
Color information
#2A623D (or 0x2A623D) is known color: Green Pea. HEX triplet: 2A, 62 and 3D. RGB value is (42,98,61). Sum of RGB (Red+Green+Blue) = 42+98+61=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #2A623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A623D is #D59DC2. Grayscale: #4D4D4D. Windows color (decimal): -13999555 or 4022826. OLE color: 4022826.
HSL color Cylindrical-coordinate representation of color #2A623D: hue angle of 140.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A623D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 61 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.62 |
| HSL | 140.36º | 0.4% | 0.27% | - |
| HSV(B) | 140.36º | 0.57% | 0.38% | - |
| XYZ | 6.16 | 9.56 | 5.94 | - |
| YUV | 77.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 61 | 0.57 | 0 | 0.38 | 0.62 | 140.36 | 0.4 | 0.27 |
| Hex | 2A | 62 | 3D | 39 | 0 | 26 | 3E | 8C | 28 | 1B |
| Octal | 52 | 142 | 75 | 71 | 0 | 46 | 76 | 214 | 50 | 33 |
| Binary | 101010 | 1100010 | 111101 | 111001 | 0 | 100110 | 111110 | 10001100 | 101000 | 11011 |
Color Harmonies of #2A623D
Complementary color
Monochromatic Colors of #2A623D
Black with #2A623D
Text Example
Text Example
White with #2A623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A623D; }
p { color: rgb(42,98,61); }
H1.HeaderClassName
{
color: #2A623D;
}
.AnyTagClassName
{
color: #2A623D;
}
</style>
background-color css
<style>
a { background-color: #2A623D; }
a { background-color: rgb(42,98,61); }
div.DivClassName
{
background-color: #2A623D;
}
.BgClassName
{
background-color: #2A623D;
}
</style>
border-color css
<style>
span { border-color: #2A623D; }
span { border-color: rgb(42,98,61); }
td.TdClassName
{
border-color: #2A623D;
}
.TagClassName
{
border-color: #2A623D;
}
</style>