Shades of Green Pea #295540
Tints of Green Pea #295540
RGB
CMYK
RGB Variations
Color information
#295540 (or 0x295540) is known color: Green Pea. HEX triplet: 29, 55 and 40. RGB value is (41,85,64). Sum of RGB (Red+Green+Blue) = 41+85+64=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #295540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295540 is #D6AABF. Grayscale: #454545. Windows color (decimal): -14068416 or 4216105. OLE color: 4216105.
HSL color Cylindrical-coordinate representation of color #295540: hue angle of 151.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295540 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 64 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.67 |
| HSL | 151.36º | 0.35% | 0.25% | - |
| HSV(B) | 151.36º | 0.52% | 0.33% | - |
| XYZ | 5.09 | 7.34 | 6 | - |
| YUV | 69.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 64 | 0.52 | 0 | 0.25 | 0.67 | 151.36 | 0.35 | 0.25 |
| Hex | 29 | 55 | 40 | 34 | 0 | 19 | 43 | 97 | 23 | 19 |
| Octal | 51 | 125 | 100 | 64 | 0 | 31 | 103 | 227 | 43 | 31 |
| Binary | 101001 | 1010101 | 1000000 | 110100 | 0 | 11001 | 1000011 | 10010111 | 100011 | 11001 |
Color Harmonies of #295540
Complementary color
Monochromatic Colors of #295540
Black with #295540
Text Example
Text Example
White with #295540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295540; }
p { color: rgb(41,85,64); }
H1.HeaderClassName
{
color: #295540;
}
.AnyTagClassName
{
color: #295540;
}
</style>
background-color css
<style>
a { background-color: #295540; }
a { background-color: rgb(41,85,64); }
div.DivClassName
{
background-color: #295540;
}
.BgClassName
{
background-color: #295540;
}
</style>
border-color css
<style>
span { border-color: #295540; }
span { border-color: rgb(41,85,64); }
td.TdClassName
{
border-color: #295540;
}
.TagClassName
{
border-color: #295540;
}
</style>