Shades of Green Pea #2A6742
Tints of Green Pea #2A6742
RGB
CMYK
RGB Variations
Color information
#2A6742 (or 0x2A6742) is known color: Green Pea. HEX triplet: 2A, 67 and 42. RGB value is (42,103,66). Sum of RGB (Red+Green+Blue) = 42+103+66=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #2A6742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6742 is #D598BD. Grayscale: #505050. Windows color (decimal): -13998270 or 4351786. OLE color: 4351786.
HSL color Cylindrical-coordinate representation of color #2A6742: hue angle of 143.61º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A6742 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 103 | 66 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.60 |
| HSL | 143.61º | 0.42% | 0.28% | - |
| HSV(B) | 143.61º | 0.59% | 0.4% | - |
| XYZ | 6.79 | 10.59 | 6.84 | - |
| YUV | 80.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 66 | 0.59 | 0 | 0.36 | 0.60 | 143.61 | 0.42 | 0.28 |
| Hex | 2A | 67 | 42 | 3B | 0 | 24 | 3C | 90 | 2A | 1C |
| Octal | 52 | 147 | 102 | 73 | 0 | 44 | 74 | 220 | 52 | 34 |
| Binary | 101010 | 1100111 | 1000010 | 111011 | 0 | 100100 | 111100 | 10010000 | 101010 | 11100 |
Color Harmonies of #2A6742
Complementary color
Monochromatic Colors of #2A6742
Black with #2A6742
Text Example
Text Example
White with #2A6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6742; }
p { color: rgb(42,103,66); }
H1.HeaderClassName
{
color: #2A6742;
}
.AnyTagClassName
{
color: #2A6742;
}
</style>
background-color css
<style>
a { background-color: #2A6742; }
a { background-color: rgb(42,103,66); }
div.DivClassName
{
background-color: #2A6742;
}
.BgClassName
{
background-color: #2A6742;
}
</style>
border-color css
<style>
span { border-color: #2A6742; }
span { border-color: rgb(42,103,66); }
td.TdClassName
{
border-color: #2A6742;
}
.TagClassName
{
border-color: #2A6742;
}
</style>