Shades of Green Pea #295A41
Tints of Green Pea #295A41
RGB
CMYK
RGB Variations
Color information
#295A41 (or 0x295A41) is known color: Green Pea. HEX triplet: 29, 5A and 41. RGB value is (41,90,65). Sum of RGB (Red+Green+Blue) = 41+90+65=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #295A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A41 is #D6A5BE. Grayscale: #484848. Windows color (decimal): -14067135 or 4282921. OLE color: 4282921.
HSL color Cylindrical-coordinate representation of color #295A41: hue angle of 149.39º 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 #295A41 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 65 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.65 |
| HSL | 149.39º | 0.37% | 0.26% | - |
| HSV(B) | 149.39º | 0.54% | 0.35% | - |
| XYZ | 5.52 | 8.17 | 6.29 | - |
| YUV | 72.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 65 | 0.54 | 0 | 0.28 | 0.65 | 149.39 | 0.37 | 0.26 |
| Hex | 29 | 5A | 41 | 36 | 0 | 1C | 41 | 95 | 25 | 1A |
| Octal | 51 | 132 | 101 | 66 | 0 | 34 | 101 | 225 | 45 | 32 |
| Binary | 101001 | 1011010 | 1000001 | 110110 | 0 | 11100 | 1000001 | 10010101 | 100101 | 11010 |
Color Harmonies of #295A41
Complementary color
Monochromatic Colors of #295A41
Black with #295A41
Text Example
Text Example
White with #295A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A41; }
p { color: rgb(41,90,65); }
H1.HeaderClassName
{
color: #295A41;
}
.AnyTagClassName
{
color: #295A41;
}
</style>
background-color css
<style>
a { background-color: #295A41; }
a { background-color: rgb(41,90,65); }
div.DivClassName
{
background-color: #295A41;
}
.BgClassName
{
background-color: #295A41;
}
</style>
border-color css
<style>
span { border-color: #295A41; }
span { border-color: rgb(41,90,65); }
td.TdClassName
{
border-color: #295A41;
}
.TagClassName
{
border-color: #295A41;
}
</style>