Shades of Green Pea #2D694C
Tints of Green Pea #2D694C
RGB
CMYK
RGB Variations
Color information
#2D694C (or 0x2D694C) is known color: Green Pea. HEX triplet: 2D, 69 and 4C. RGB value is (45,105,76). Sum of RGB (Red+Green+Blue) = 45+105+76=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #2D694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D694C is #D296B3. Grayscale: #535353. Windows color (decimal): -13801140 or 5007661. OLE color: 5007661.
HSL color Cylindrical-coordinate representation of color #2D694C: hue angle of 151º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D694C is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 105 | 76 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.59 |
| HSL | 151º | 0.4% | 0.29% | - |
| HSV(B) | 151º | 0.57% | 0.41% | - |
| XYZ | 7.44 | 11.18 | 8.6 | - |
| YUV | 83.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 76 | 0.57 | 0 | 0.28 | 0.59 | 151 | 0.4 | 0.29 |
| Hex | 2D | 69 | 4C | 39 | 0 | 1C | 3B | 97 | 28 | 1D |
| Octal | 55 | 151 | 114 | 71 | 0 | 34 | 73 | 227 | 50 | 35 |
| Binary | 101101 | 1101001 | 1001100 | 111001 | 0 | 11100 | 111011 | 10010111 | 101000 | 11101 |
Color Harmonies of #2D694C
Complementary color
Monochromatic Colors of #2D694C
Black with #2D694C
Text Example
Text Example
White with #2D694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D694C; }
p { color: rgb(45,105,76); }
H1.HeaderClassName
{
color: #2D694C;
}
.AnyTagClassName
{
color: #2D694C;
}
</style>
background-color css
<style>
a { background-color: #2D694C; }
a { background-color: rgb(45,105,76); }
div.DivClassName
{
background-color: #2D694C;
}
.BgClassName
{
background-color: #2D694C;
}
</style>
border-color css
<style>
span { border-color: #2D694C; }
span { border-color: rgb(45,105,76); }
td.TdClassName
{
border-color: #2D694C;
}
.TagClassName
{
border-color: #2D694C;
}
</style>