Shades of Green Pea #295641
Tints of Green Pea #295641
RGB
CMYK
RGB Variations
Color information
#295641 (or 0x295641) is known color: Green Pea. HEX triplet: 29, 56 and 41. RGB value is (41,86,65). Sum of RGB (Red+Green+Blue) = 41+86+65=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #295641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295641 is #D6A9BE. Grayscale: #464646. Windows color (decimal): -14068159 or 4281897. OLE color: 4281897.
HSL color Cylindrical-coordinate representation of color #295641: hue angle of 152º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295641 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 65 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.66 |
| HSL | 152º | 0.35% | 0.25% | - |
| HSV(B) | 152º | 0.52% | 0.34% | - |
| XYZ | 5.2 | 7.51 | 6.18 | - |
| YUV | 70.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 65 | 0.52 | 0 | 0.24 | 0.66 | 152 | 0.35 | 0.25 |
| Hex | 29 | 56 | 41 | 34 | 0 | 18 | 42 | 98 | 23 | 19 |
| Octal | 51 | 126 | 101 | 64 | 0 | 30 | 102 | 230 | 43 | 31 |
| Binary | 101001 | 1010110 | 1000001 | 110100 | 0 | 11000 | 1000010 | 10011000 | 100011 | 11001 |
Color Harmonies of #295641
Complementary color
Monochromatic Colors of #295641
Black with #295641
Text Example
Text Example
White with #295641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295641; }
p { color: rgb(41,86,65); }
H1.HeaderClassName
{
color: #295641;
}
.AnyTagClassName
{
color: #295641;
}
</style>
background-color css
<style>
a { background-color: #295641; }
a { background-color: rgb(41,86,65); }
div.DivClassName
{
background-color: #295641;
}
.BgClassName
{
background-color: #295641;
}
</style>
border-color css
<style>
span { border-color: #295641; }
span { border-color: rgb(41,86,65); }
td.TdClassName
{
border-color: #295641;
}
.TagClassName
{
border-color: #295641;
}
</style>