Shades of Green Pea #2A5D41
Tints of Green Pea #2A5D41
RGB
CMYK
RGB Variations
Color information
#2A5D41 (or 0x2A5D41) is known color: Green Pea. HEX triplet: 2A, 5D and 41. RGB value is (42,93,65). Sum of RGB (Red+Green+Blue) = 42+93+65=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D41 is #D5A2BE. Grayscale: #4A4A4A. Windows color (decimal): -14000831 or 4283690. OLE color: 4283690.
HSL color Cylindrical-coordinate representation of color #2A5D41: hue angle of 147.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D41 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 65 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.64 |
| HSL | 147.06º | 0.38% | 0.26% | - |
| HSV(B) | 147.06º | 0.55% | 0.36% | - |
| XYZ | 5.82 | 8.7 | 6.37 | - |
| YUV | 74.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 65 | 0.55 | 0 | 0.30 | 0.64 | 147.06 | 0.38 | 0.26 |
| Hex | 2A | 5D | 41 | 37 | 0 | 1E | 40 | 93 | 26 | 1A |
| Octal | 52 | 135 | 101 | 67 | 0 | 36 | 100 | 223 | 46 | 32 |
| Binary | 101010 | 1011101 | 1000001 | 110111 | 0 | 11110 | 1000000 | 10010011 | 100110 | 11010 |
Color Harmonies of #2A5D41
Complementary color
Monochromatic Colors of #2A5D41
Black with #2A5D41
Text Example
Text Example
White with #2A5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D41; }
p { color: rgb(42,93,65); }
H1.HeaderClassName
{
color: #2A5D41;
}
.AnyTagClassName
{
color: #2A5D41;
}
</style>
background-color css
<style>
a { background-color: #2A5D41; }
a { background-color: rgb(42,93,65); }
div.DivClassName
{
background-color: #2A5D41;
}
.BgClassName
{
background-color: #2A5D41;
}
</style>
border-color css
<style>
span { border-color: #2A5D41; }
span { border-color: rgb(42,93,65); }
td.TdClassName
{
border-color: #2A5D41;
}
.TagClassName
{
border-color: #2A5D41;
}
</style>