Shades of Green Pea #2A653F
Tints of Green Pea #2A653F
RGB
CMYK
RGB Variations
Color information
#2A653F (or 0x2A653F) is known color: Green Pea. HEX triplet: 2A, 65 and 3F. RGB value is (42,101,63). Sum of RGB (Red+Green+Blue) = 42+101+63=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #2A653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A653F is #D59AC0. Grayscale: #4F4F4F. Windows color (decimal): -13998785 or 4154666. OLE color: 4154666.
HSL color Cylindrical-coordinate representation of color #2A653F: hue angle of 141.36º 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 #2A653F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 63 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.60 |
| HSL | 141.36º | 0.41% | 0.28% | - |
| HSV(B) | 141.36º | 0.58% | 0.4% | - |
| XYZ | 6.51 | 10.16 | 6.32 | - |
| YUV | 79.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 63 | 0.58 | 0 | 0.38 | 0.60 | 141.36 | 0.41 | 0.28 |
| Hex | 2A | 65 | 3F | 3A | 0 | 26 | 3C | 8D | 29 | 1C |
| Octal | 52 | 145 | 77 | 72 | 0 | 46 | 74 | 215 | 51 | 34 |
| Binary | 101010 | 1100101 | 111111 | 111010 | 0 | 100110 | 111100 | 10001101 | 101001 | 11100 |
Color Harmonies of #2A653F
Complementary color
Monochromatic Colors of #2A653F
Black with #2A653F
Text Example
Text Example
White with #2A653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A653F; }
p { color: rgb(42,101,63); }
H1.HeaderClassName
{
color: #2A653F;
}
.AnyTagClassName
{
color: #2A653F;
}
</style>
background-color css
<style>
a { background-color: #2A653F; }
a { background-color: rgb(42,101,63); }
div.DivClassName
{
background-color: #2A653F;
}
.BgClassName
{
background-color: #2A653F;
}
</style>
border-color css
<style>
span { border-color: #2A653F; }
span { border-color: rgb(42,101,63); }
td.TdClassName
{
border-color: #2A653F;
}
.TagClassName
{
border-color: #2A653F;
}
</style>