Shades of Green Pea #295945
Tints of Green Pea #295945
RGB
CMYK
RGB Variations
Color information
#295945 (or 0x295945) is known color: Green Pea. HEX triplet: 29, 59 and 45. RGB value is (41,89,69). Sum of RGB (Red+Green+Blue) = 41+89+69=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #295945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295945 is #D6A6BA. Grayscale: #484848. Windows color (decimal): -14067387 or 4544809. OLE color: 4544809.
HSL color Cylindrical-coordinate representation of color #295945: hue angle of 155º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295945 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 69 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.65 |
| HSL | 155º | 0.37% | 0.25% | - |
| HSV(B) | 155º | 0.54% | 0.35% | - |
| XYZ | 5.56 | 8.05 | 6.89 | - |
| YUV | 72.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 69 | 0.54 | 0 | 0.22 | 0.65 | 155 | 0.37 | 0.25 |
| Hex | 29 | 59 | 45 | 36 | 0 | 16 | 41 | 9B | 25 | 19 |
| Octal | 51 | 131 | 105 | 66 | 0 | 26 | 101 | 233 | 45 | 31 |
| Binary | 101001 | 1011001 | 1000101 | 110110 | 0 | 10110 | 1000001 | 10011011 | 100101 | 11001 |
Color Harmonies of #295945
Complementary color
Monochromatic Colors of #295945
Black with #295945
Text Example
Text Example
White with #295945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295945; }
p { color: rgb(41,89,69); }
H1.HeaderClassName
{
color: #295945;
}
.AnyTagClassName
{
color: #295945;
}
</style>
background-color css
<style>
a { background-color: #295945; }
a { background-color: rgb(41,89,69); }
div.DivClassName
{
background-color: #295945;
}
.BgClassName
{
background-color: #295945;
}
</style>
border-color css
<style>
span { border-color: #295945; }
span { border-color: rgb(41,89,69); }
td.TdClassName
{
border-color: #295945;
}
.TagClassName
{
border-color: #295945;
}
</style>