Shades of Green Pea #2A5F41
Tints of Green Pea #2A5F41
RGB
CMYK
RGB Variations
Color information
#2A5F41 (or 0x2A5F41) is known color: Green Pea. HEX triplet: 2A, 5F and 41. RGB value is (42,95,65). Sum of RGB (Red+Green+Blue) = 42+95+65=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5F41 is #D5A0BE. Grayscale: #4B4B4B. Windows color (decimal): -14000319 or 4284202. OLE color: 4284202.
HSL color Cylindrical-coordinate representation of color #2A5F41: hue angle of 146.04º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A5F41 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 95 | 65 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.63 |
| HSL | 146.04º | 0.39% | 0.27% | - |
| HSV(B) | 146.04º | 0.56% | 0.37% | - |
| XYZ | 6 | 9.06 | 6.43 | - |
| YUV | 75.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 95 | 65 | 0.56 | 0 | 0.32 | 0.63 | 146.04 | 0.39 | 0.27 |
| Hex | 2A | 5F | 41 | 38 | 0 | 20 | 3F | 92 | 27 | 1B |
| Octal | 52 | 137 | 101 | 70 | 0 | 40 | 77 | 222 | 47 | 33 |
| Binary | 101010 | 1011111 | 1000001 | 111000 | 0 | 100000 | 111111 | 10010010 | 100111 | 11011 |
Color Harmonies of #2A5F41
Complementary color
Monochromatic Colors of #2A5F41
Black with #2A5F41
Text Example
Text Example
White with #2A5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5F41; }
p { color: rgb(42,95,65); }
H1.HeaderClassName
{
color: #2A5F41;
}
.AnyTagClassName
{
color: #2A5F41;
}
</style>
background-color css
<style>
a { background-color: #2A5F41; }
a { background-color: rgb(42,95,65); }
div.DivClassName
{
background-color: #2A5F41;
}
.BgClassName
{
background-color: #2A5F41;
}
</style>
border-color css
<style>
span { border-color: #2A5F41; }
span { border-color: rgb(42,95,65); }
td.TdClassName
{
border-color: #2A5F41;
}
.TagClassName
{
border-color: #2A5F41;
}
</style>