Shades of Green Pea #295E40
Tints of Green Pea #295E40
RGB
CMYK
RGB Variations
Color information
#295E40 (or 0x295E40) is known color: Green Pea. HEX triplet: 29, 5E and 40. RGB value is (41,94,64). Sum of RGB (Red+Green+Blue) = 41+94+64=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #295E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E40 is #D6A1BF. Grayscale: #4A4A4A. Windows color (decimal): -14066112 or 4218409. OLE color: 4218409.
HSL color Cylindrical-coordinate representation of color #295E40: hue angle of 146.04º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E40 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 94 | 64 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.63 |
| HSL | 146.04º | 0.39% | 0.26% | - |
| HSV(B) | 146.04º | 0.56% | 0.37% | - |
| XYZ | 5.84 | 8.85 | 6.25 | - |
| YUV | 74.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 64 | 0.56 | 0 | 0.32 | 0.63 | 146.04 | 0.39 | 0.26 |
| Hex | 29 | 5E | 40 | 38 | 0 | 20 | 3F | 92 | 27 | 1A |
| Octal | 51 | 136 | 100 | 70 | 0 | 40 | 77 | 222 | 47 | 32 |
| Binary | 101001 | 1011110 | 1000000 | 111000 | 0 | 100000 | 111111 | 10010010 | 100111 | 11010 |
Color Harmonies of #295E40
Complementary color
Monochromatic Colors of #295E40
Black with #295E40
Text Example
Text Example
White with #295E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E40; }
p { color: rgb(41,94,64); }
H1.HeaderClassName
{
color: #295E40;
}
.AnyTagClassName
{
color: #295E40;
}
</style>
background-color css
<style>
a { background-color: #295E40; }
a { background-color: rgb(41,94,64); }
div.DivClassName
{
background-color: #295E40;
}
.BgClassName
{
background-color: #295E40;
}
</style>
border-color css
<style>
span { border-color: #295E40; }
span { border-color: rgb(41,94,64); }
td.TdClassName
{
border-color: #295E40;
}
.TagClassName
{
border-color: #295E40;
}
</style>