Shades of Green Pea #2A694B
Tints of Green Pea #2A694B
RGB
CMYK
RGB Variations
Color information
#2A694B (or 0x2A694B) is known color: Green Pea. HEX triplet: 2A, 69 and 4B. RGB value is (42,105,75). Sum of RGB (Red+Green+Blue) = 42+105+75=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #2A694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A694B is #D596B4. Grayscale: #525252. Windows color (decimal): -13997749 or 4942122. OLE color: 4942122.
HSL color Cylindrical-coordinate representation of color #2A694B: hue angle of 151.43º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A694B is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 75 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.59 |
| HSL | 151.43º | 0.43% | 0.29% | - |
| HSV(B) | 151.43º | 0.6% | 0.41% | - |
| XYZ | 7.28 | 11.1 | 8.42 | - |
| YUV | 82.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 75 | 0.6 | 0 | 0.29 | 0.59 | 151.43 | 0.43 | 0.29 |
| Hex | 2A | 69 | 4B | 3C | 0 | 1D | 3B | 97 | 2B | 1D |
| Octal | 52 | 151 | 113 | 74 | 0 | 35 | 73 | 227 | 53 | 35 |
| Binary | 101010 | 1101001 | 1001011 | 111100 | 0 | 11101 | 111011 | 10010111 | 101011 | 11101 |
Color Harmonies of #2A694B
Complementary color
Monochromatic Colors of #2A694B
Black with #2A694B
Text Example
Text Example
White with #2A694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A694B; }
p { color: rgb(42,105,75); }
H1.HeaderClassName
{
color: #2A694B;
}
.AnyTagClassName
{
color: #2A694B;
}
</style>
background-color css
<style>
a { background-color: #2A694B; }
a { background-color: rgb(42,105,75); }
div.DivClassName
{
background-color: #2A694B;
}
.BgClassName
{
background-color: #2A694B;
}
</style>
border-color css
<style>
span { border-color: #2A694B; }
span { border-color: rgb(42,105,75); }
td.TdClassName
{
border-color: #2A694B;
}
.TagClassName
{
border-color: #2A694B;
}
</style>