Shades of Green Pea #2B694A
Tints of Green Pea #2B694A
RGB
CMYK
RGB Variations
Color information
#2B694A (or 0x2B694A) is known color: Green Pea. HEX triplet: 2B, 69 and 4A. RGB value is (43,105,74). Sum of RGB (Red+Green+Blue) = 43+105+74=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #2B694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B694A is #D496B5. Grayscale: #525252. Windows color (decimal): -13932214 or 4876587. OLE color: 4876587.
HSL color Cylindrical-coordinate representation of color #2B694A: hue angle of 150º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B694A is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 74 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.59 |
| HSL | 150º | 0.42% | 0.29% | - |
| HSV(B) | 150º | 0.59% | 0.41% | - |
| XYZ | 7.28 | 11.11 | 8.24 | - |
| YUV | 82.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 74 | 0.59 | 0 | 0.30 | 0.59 | 150 | 0.42 | 0.29 |
| Hex | 2B | 69 | 4A | 3B | 0 | 1E | 3B | 96 | 2A | 1D |
| Octal | 53 | 151 | 112 | 73 | 0 | 36 | 73 | 226 | 52 | 35 |
| Binary | 101011 | 1101001 | 1001010 | 111011 | 0 | 11110 | 111011 | 10010110 | 101010 | 11101 |
Color Harmonies of #2B694A
Complementary color
Monochromatic Colors of #2B694A
Black with #2B694A
Text Example
Text Example
White with #2B694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B694A; }
p { color: rgb(43,105,74); }
H1.HeaderClassName
{
color: #2B694A;
}
.AnyTagClassName
{
color: #2B694A;
}
</style>
background-color css
<style>
a { background-color: #2B694A; }
a { background-color: rgb(43,105,74); }
div.DivClassName
{
background-color: #2B694A;
}
.BgClassName
{
background-color: #2B694A;
}
</style>
border-color css
<style>
span { border-color: #2B694A; }
span { border-color: rgb(43,105,74); }
td.TdClassName
{
border-color: #2B694A;
}
.TagClassName
{
border-color: #2B694A;
}
</style>