Shades of Green Pea #295A40
Tints of Green Pea #295A40
RGB
CMYK
RGB Variations
Color information
#295A40 (or 0x295A40) is known color: Green Pea. HEX triplet: 29, 5A and 40. RGB value is (41,90,64). Sum of RGB (Red+Green+Blue) = 41+90+64=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #295A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A40 is #D6A5BF. Grayscale: #484848. Windows color (decimal): -14067136 or 4217385. OLE color: 4217385.
HSL color Cylindrical-coordinate representation of color #295A40: hue angle of 148.16º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A40 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 64 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.65 |
| HSL | 148.16º | 0.37% | 0.26% | - |
| HSV(B) | 148.16º | 0.54% | 0.35% | - |
| XYZ | 5.5 | 8.15 | 6.13 | - |
| YUV | 72.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 64 | 0.54 | 0 | 0.29 | 0.65 | 148.16 | 0.37 | 0.26 |
| Hex | 29 | 5A | 40 | 36 | 0 | 1D | 41 | 94 | 25 | 1A |
| Octal | 51 | 132 | 100 | 66 | 0 | 35 | 101 | 224 | 45 | 32 |
| Binary | 101001 | 1011010 | 1000000 | 110110 | 0 | 11101 | 1000001 | 10010100 | 100101 | 11010 |
Color Harmonies of #295A40
Complementary color
Monochromatic Colors of #295A40
Black with #295A40
Text Example
Text Example
White with #295A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A40; }
p { color: rgb(41,90,64); }
H1.HeaderClassName
{
color: #295A40;
}
.AnyTagClassName
{
color: #295A40;
}
</style>
background-color css
<style>
a { background-color: #295A40; }
a { background-color: rgb(41,90,64); }
div.DivClassName
{
background-color: #295A40;
}
.BgClassName
{
background-color: #295A40;
}
</style>
border-color css
<style>
span { border-color: #295A40; }
span { border-color: rgb(41,90,64); }
td.TdClassName
{
border-color: #295A40;
}
.TagClassName
{
border-color: #295A40;
}
</style>