Shades of Green Pea #2A653E
Tints of Green Pea #2A653E
RGB
CMYK
RGB Variations
Color information
#2A653E (or 0x2A653E) is known color: Green Pea. HEX triplet: 2A, 65 and 3E. RGB value is (42,101,62). Sum of RGB (Red+Green+Blue) = 42+101+62=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #2A653E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A653E is #D59AC1. Grayscale: #4F4F4F. Windows color (decimal): -13998786 or 4089130. OLE color: 4089130.
HSL color Cylindrical-coordinate representation of color #2A653E: hue angle of 140.34º 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 #2A653E is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 62 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.60 |
| HSL | 140.34º | 0.41% | 0.28% | - |
| HSV(B) | 140.34º | 0.58% | 0.4% | - |
| XYZ | 6.48 | 10.15 | 6.17 | - |
| YUV | 78.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 62 | 0.58 | 0 | 0.39 | 0.60 | 140.34 | 0.41 | 0.28 |
| Hex | 2A | 65 | 3E | 3A | 0 | 27 | 3C | 8C | 29 | 1C |
| Octal | 52 | 145 | 76 | 72 | 0 | 47 | 74 | 214 | 51 | 34 |
| Binary | 101010 | 1100101 | 111110 | 111010 | 0 | 100111 | 111100 | 10001100 | 101001 | 11100 |
Color Harmonies of #2A653E
Complementary color
Monochromatic Colors of #2A653E
Black with #2A653E
Text Example
Text Example
White with #2A653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A653E; }
p { color: rgb(42,101,62); }
H1.HeaderClassName
{
color: #2A653E;
}
.AnyTagClassName
{
color: #2A653E;
}
</style>
background-color css
<style>
a { background-color: #2A653E; }
a { background-color: rgb(42,101,62); }
div.DivClassName
{
background-color: #2A653E;
}
.BgClassName
{
background-color: #2A653E;
}
</style>
border-color css
<style>
span { border-color: #2A653E; }
span { border-color: rgb(42,101,62); }
td.TdClassName
{
border-color: #2A653E;
}
.TagClassName
{
border-color: #2A653E;
}
</style>