Shades of Green Pea #2A5C46
Tints of Green Pea #2A5C46
RGB
CMYK
RGB Variations
Color information
#2A5C46 (or 0x2A5C46) is known color: Green Pea. HEX triplet: 2A, 5C and 46. RGB value is (42,92,70). Sum of RGB (Red+Green+Blue) = 42+92+70=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #2A5C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5C46 is #D5A3B9. Grayscale: #4A4A4A. Windows color (decimal): -14001082 or 4611114. OLE color: 4611114.
HSL color Cylindrical-coordinate representation of color #2A5C46: hue angle of 153.6º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A5C46 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 92 | 70 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.64 |
| HSL | 153.6º | 0.37% | 0.26% | - |
| HSV(B) | 153.6º | 0.54% | 0.36% | - |
| XYZ | 5.89 | 8.59 | 7.14 | - |
| YUV | 74.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 70 | 0.54 | 0 | 0.24 | 0.64 | 153.6 | 0.37 | 0.26 |
| Hex | 2A | 5C | 46 | 36 | 0 | 18 | 40 | 9A | 25 | 1A |
| Octal | 52 | 134 | 106 | 66 | 0 | 30 | 100 | 232 | 45 | 32 |
| Binary | 101010 | 1011100 | 1000110 | 110110 | 0 | 11000 | 1000000 | 10011010 | 100101 | 11010 |
Color Harmonies of #2A5C46
Complementary color
Monochromatic Colors of #2A5C46
Black with #2A5C46
Text Example
Text Example
White with #2A5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5C46; }
p { color: rgb(42,92,70); }
H1.HeaderClassName
{
color: #2A5C46;
}
.AnyTagClassName
{
color: #2A5C46;
}
</style>
background-color css
<style>
a { background-color: #2A5C46; }
a { background-color: rgb(42,92,70); }
div.DivClassName
{
background-color: #2A5C46;
}
.BgClassName
{
background-color: #2A5C46;
}
</style>
border-color css
<style>
span { border-color: #2A5C46; }
span { border-color: rgb(42,92,70); }
td.TdClassName
{
border-color: #2A5C46;
}
.TagClassName
{
border-color: #2A5C46;
}
</style>