Shades of Green Pea #295B40
Tints of Green Pea #295B40
RGB
CMYK
RGB Variations
Color information
#295B40 (or 0x295B40) is known color: Green Pea. HEX triplet: 29, 5B and 40. RGB value is (41,91,64). Sum of RGB (Red+Green+Blue) = 41+91+64=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #295B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B40 is #D6A4BF. Grayscale: #494949. Windows color (decimal): -14066880 or 4217641. OLE color: 4217641.
HSL color Cylindrical-coordinate representation of color #295B40: hue angle of 147.6º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B40 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 91 | 64 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.64 |
| HSL | 147.6º | 0.38% | 0.26% | - |
| HSV(B) | 147.6º | 0.55% | 0.36% | - |
| XYZ | 5.58 | 8.32 | 6.16 | - |
| YUV | 72.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 64 | 0.55 | 0 | 0.30 | 0.64 | 147.6 | 0.38 | 0.26 |
| Hex | 29 | 5B | 40 | 37 | 0 | 1E | 40 | 94 | 26 | 1A |
| Octal | 51 | 133 | 100 | 67 | 0 | 36 | 100 | 224 | 46 | 32 |
| Binary | 101001 | 1011011 | 1000000 | 110111 | 0 | 11110 | 1000000 | 10010100 | 100110 | 11010 |
Color Harmonies of #295B40
Complementary color
Monochromatic Colors of #295B40
Black with #295B40
Text Example
Text Example
White with #295B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B40; }
p { color: rgb(41,91,64); }
H1.HeaderClassName
{
color: #295B40;
}
.AnyTagClassName
{
color: #295B40;
}
</style>
background-color css
<style>
a { background-color: #295B40; }
a { background-color: rgb(41,91,64); }
div.DivClassName
{
background-color: #295B40;
}
.BgClassName
{
background-color: #295B40;
}
</style>
border-color css
<style>
span { border-color: #295B40; }
span { border-color: rgb(41,91,64); }
td.TdClassName
{
border-color: #295B40;
}
.TagClassName
{
border-color: #295B40;
}
</style>