Shades of Green Pea #2C694C
Tints of Green Pea #2C694C
RGB
CMYK
RGB Variations
Color information
#2C694C (or 0x2C694C) is known color: Green Pea. HEX triplet: 2C, 69 and 4C. RGB value is (44,105,76). Sum of RGB (Red+Green+Blue) = 44+105+76=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #2C694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C694C is #D396B3. Grayscale: #535353. Windows color (decimal): -13866676 or 5007660. OLE color: 5007660.
HSL color Cylindrical-coordinate representation of color #2C694C: hue angle of 151.48º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C694C is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 76 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.59 |
| HSL | 151.48º | 0.41% | 0.29% | - |
| HSV(B) | 151.48º | 0.58% | 0.41% | - |
| XYZ | 7.39 | 11.16 | 8.6 | - |
| YUV | 83.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 76 | 0.58 | 0 | 0.28 | 0.59 | 151.48 | 0.41 | 0.29 |
| Hex | 2C | 69 | 4C | 3A | 0 | 1C | 3B | 97 | 29 | 1D |
| Octal | 54 | 151 | 114 | 72 | 0 | 34 | 73 | 227 | 51 | 35 |
| Binary | 101100 | 1101001 | 1001100 | 111010 | 0 | 11100 | 111011 | 10010111 | 101001 | 11101 |
Color Harmonies of #2C694C
Complementary color
Monochromatic Colors of #2C694C
Black with #2C694C
Text Example
Text Example
White with #2C694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C694C; }
p { color: rgb(44,105,76); }
H1.HeaderClassName
{
color: #2C694C;
}
.AnyTagClassName
{
color: #2C694C;
}
</style>
background-color css
<style>
a { background-color: #2C694C; }
a { background-color: rgb(44,105,76); }
div.DivClassName
{
background-color: #2C694C;
}
.BgClassName
{
background-color: #2C694C;
}
</style>
border-color css
<style>
span { border-color: #2C694C; }
span { border-color: rgb(44,105,76); }
td.TdClassName
{
border-color: #2C694C;
}
.TagClassName
{
border-color: #2C694C;
}
</style>