Shades of Green Pea #2B694C
Tints of Green Pea #2B694C
RGB
CMYK
RGB Variations
Color information
#2B694C (or 0x2B694C) is known color: Green Pea. HEX triplet: 2B, 69 and 4C. RGB value is (43,105,76). Sum of RGB (Red+Green+Blue) = 43+105+76=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #2B694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B694C is #D496B3. Grayscale: #535353. Windows color (decimal): -13932212 or 5007659. OLE color: 5007659.
HSL color Cylindrical-coordinate representation of color #2B694C: hue angle of 151.94º 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 #2B694C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 76 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.59 |
| HSL | 151.94º | 0.42% | 0.29% | - |
| HSV(B) | 151.94º | 0.59% | 0.41% | - |
| XYZ | 7.35 | 11.14 | 8.6 | - |
| YUV | 83.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 76 | 0.59 | 0 | 0.28 | 0.59 | 151.94 | 0.42 | 0.29 |
| Hex | 2B | 69 | 4C | 3B | 0 | 1C | 3B | 98 | 2A | 1D |
| Octal | 53 | 151 | 114 | 73 | 0 | 34 | 73 | 230 | 52 | 35 |
| Binary | 101011 | 1101001 | 1001100 | 111011 | 0 | 11100 | 111011 | 10011000 | 101010 | 11101 |
Color Harmonies of #2B694C
Complementary color
Monochromatic Colors of #2B694C
Black with #2B694C
Text Example
Text Example
White with #2B694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B694C; }
p { color: rgb(43,105,76); }
H1.HeaderClassName
{
color: #2B694C;
}
.AnyTagClassName
{
color: #2B694C;
}
</style>
background-color css
<style>
a { background-color: #2B694C; }
a { background-color: rgb(43,105,76); }
div.DivClassName
{
background-color: #2B694C;
}
.BgClassName
{
background-color: #2B694C;
}
</style>
border-color css
<style>
span { border-color: #2B694C; }
span { border-color: rgb(43,105,76); }
td.TdClassName
{
border-color: #2B694C;
}
.TagClassName
{
border-color: #2B694C;
}
</style>