Shades of Green Pea #2A5A3F
Tints of Green Pea #2A5A3F
RGB
CMYK
RGB Variations
Color information
#2A5A3F (or 0x2A5A3F) is known color: Green Pea. HEX triplet: 2A, 5A and 3F. RGB value is (42,90,63). Sum of RGB (Red+Green+Blue) = 42+90+63=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A3F is #D5A5C0. Grayscale: #484848. Windows color (decimal): -14001601 or 4151850. OLE color: 4151850.
HSL color Cylindrical-coordinate representation of color #2A5A3F: hue angle of 146.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5A3F is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 63 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.65 |
| HSL | 146.25º | 0.36% | 0.26% | - |
| HSV(B) | 146.25º | 0.53% | 0.35% | - |
| XYZ | 5.51 | 8.16 | 5.99 | - |
| YUV | 72.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 63 | 0.53 | 0 | 0.30 | 0.65 | 146.25 | 0.36 | 0.26 |
| Hex | 2A | 5A | 3F | 35 | 0 | 1E | 41 | 92 | 24 | 1A |
| Octal | 52 | 132 | 77 | 65 | 0 | 36 | 101 | 222 | 44 | 32 |
| Binary | 101010 | 1011010 | 111111 | 110101 | 0 | 11110 | 1000001 | 10010010 | 100100 | 11010 |
Color Harmonies of #2A5A3F
Complementary color
Monochromatic Colors of #2A5A3F
Black with #2A5A3F
Text Example
Text Example
White with #2A5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A3F; }
p { color: rgb(42,90,63); }
H1.HeaderClassName
{
color: #2A5A3F;
}
.AnyTagClassName
{
color: #2A5A3F;
}
</style>
background-color css
<style>
a { background-color: #2A5A3F; }
a { background-color: rgb(42,90,63); }
div.DivClassName
{
background-color: #2A5A3F;
}
.BgClassName
{
background-color: #2A5A3F;
}
</style>
border-color css
<style>
span { border-color: #2A5A3F; }
span { border-color: rgb(42,90,63); }
td.TdClassName
{
border-color: #2A5A3F;
}
.TagClassName
{
border-color: #2A5A3F;
}
</style>