Shades of Green Pea #2A6F45
Tints of Green Pea #2A6F45
RGB
CMYK
RGB Variations
Color information
#2A6F45 (or 0x2A6F45) is known color: Green Pea. HEX triplet: 2A, 6F and 45. RGB value is (42,111,69). Sum of RGB (Red+Green+Blue) = 42+111+69=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6F45 is #D590BA. Grayscale: #555555. Windows color (decimal): -13996219 or 4550442. OLE color: 4550442.
HSL color Cylindrical-coordinate representation of color #2A6F45: hue angle of 143.48º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6F45 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 111 | 69 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.56 |
| HSL | 143.48º | 0.45% | 0.3% | - |
| HSV(B) | 143.48º | 0.62% | 0.44% | - |
| XYZ | 7.71 | 12.29 | 7.6 | - |
| YUV | 85.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 69 | 0.62 | 0 | 0.38 | 0.56 | 143.48 | 0.45 | 0.3 |
| Hex | 2A | 6F | 45 | 3E | 0 | 26 | 38 | 8F | 2D | 1E |
| Octal | 52 | 157 | 105 | 76 | 0 | 46 | 70 | 217 | 55 | 36 |
| Binary | 101010 | 1101111 | 1000101 | 111110 | 0 | 100110 | 111000 | 10001111 | 101101 | 11110 |
Color Harmonies of #2A6F45
Complementary color
Monochromatic Colors of #2A6F45
Black with #2A6F45
Text Example
Text Example
White with #2A6F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6F45; }
p { color: rgb(42,111,69); }
H1.HeaderClassName
{
color: #2A6F45;
}
.AnyTagClassName
{
color: #2A6F45;
}
</style>
background-color css
<style>
a { background-color: #2A6F45; }
a { background-color: rgb(42,111,69); }
div.DivClassName
{
background-color: #2A6F45;
}
.BgClassName
{
background-color: #2A6F45;
}
</style>
border-color css
<style>
span { border-color: #2A6F45; }
span { border-color: rgb(42,111,69); }
td.TdClassName
{
border-color: #2A6F45;
}
.TagClassName
{
border-color: #2A6F45;
}
</style>