Shades of Green Pea #2A5D3F
Tints of Green Pea #2A5D3F
RGB
CMYK
RGB Variations
Color information
#2A5D3F (or 0x2A5D3F) is known color: Green Pea. HEX triplet: 2A, 5D and 3F. RGB value is (42,93,63). Sum of RGB (Red+Green+Blue) = 42+93+63=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D3F is #D5A2C0. Grayscale: #4A4A4A. Windows color (decimal): -14000833 or 4152618. OLE color: 4152618.
HSL color Cylindrical-coordinate representation of color #2A5D3F: hue angle of 144.71º 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 #2A5D3F is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 63 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.64 |
| HSL | 144.71º | 0.38% | 0.26% | - |
| HSV(B) | 144.71º | 0.55% | 0.36% | - |
| XYZ | 5.77 | 8.68 | 6.07 | - |
| YUV | 74.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 63 | 0.55 | 0 | 0.32 | 0.64 | 144.71 | 0.38 | 0.26 |
| Hex | 2A | 5D | 3F | 37 | 0 | 20 | 40 | 91 | 26 | 1A |
| Octal | 52 | 135 | 77 | 67 | 0 | 40 | 100 | 221 | 46 | 32 |
| Binary | 101010 | 1011101 | 111111 | 110111 | 0 | 100000 | 1000000 | 10010001 | 100110 | 11010 |
Color Harmonies of #2A5D3F
Complementary color
Monochromatic Colors of #2A5D3F
Black with #2A5D3F
Text Example
Text Example
White with #2A5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D3F; }
p { color: rgb(42,93,63); }
H1.HeaderClassName
{
color: #2A5D3F;
}
.AnyTagClassName
{
color: #2A5D3F;
}
</style>
background-color css
<style>
a { background-color: #2A5D3F; }
a { background-color: rgb(42,93,63); }
div.DivClassName
{
background-color: #2A5D3F;
}
.BgClassName
{
background-color: #2A5D3F;
}
</style>
border-color css
<style>
span { border-color: #2A5D3F; }
span { border-color: rgb(42,93,63); }
td.TdClassName
{
border-color: #2A5D3F;
}
.TagClassName
{
border-color: #2A5D3F;
}
</style>