Shades of Green Pea #295944
Tints of Green Pea #295944
RGB
CMYK
RGB Variations
Color information
#295944 (or 0x295944) is known color: Green Pea. HEX triplet: 29, 59 and 44. RGB value is (41,89,68). Sum of RGB (Red+Green+Blue) = 41+89+68=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #295944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295944 is #D6A6BB. Grayscale: #484848. Windows color (decimal): -14067388 or 4479273. OLE color: 4479273.
HSL color Cylindrical-coordinate representation of color #295944: hue angle of 153.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295944 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 68 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.65 |
| HSL | 153.75º | 0.37% | 0.25% | - |
| HSV(B) | 153.75º | 0.54% | 0.35% | - |
| XYZ | 5.53 | 8.03 | 6.73 | - |
| YUV | 72.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 68 | 0.54 | 0 | 0.24 | 0.65 | 153.75 | 0.37 | 0.25 |
| Hex | 29 | 59 | 44 | 36 | 0 | 18 | 41 | 9A | 25 | 19 |
| Octal | 51 | 131 | 104 | 66 | 0 | 30 | 101 | 232 | 45 | 31 |
| Binary | 101001 | 1011001 | 1000100 | 110110 | 0 | 11000 | 1000001 | 10011010 | 100101 | 11001 |
Color Harmonies of #295944
Complementary color
Monochromatic Colors of #295944
Black with #295944
Text Example
Text Example
White with #295944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295944; }
p { color: rgb(41,89,68); }
H1.HeaderClassName
{
color: #295944;
}
.AnyTagClassName
{
color: #295944;
}
</style>
background-color css
<style>
a { background-color: #295944; }
a { background-color: rgb(41,89,68); }
div.DivClassName
{
background-color: #295944;
}
.BgClassName
{
background-color: #295944;
}
</style>
border-color css
<style>
span { border-color: #295944; }
span { border-color: rgb(41,89,68); }
td.TdClassName
{
border-color: #295944;
}
.TagClassName
{
border-color: #295944;
}
</style>