Shades of Green Pea #295C3E
Tints of Green Pea #295C3E
RGB
CMYK
RGB Variations
Color information
#295C3E (or 0x295C3E) is known color: Green Pea. HEX triplet: 29, 5C and 3E. RGB value is (41,92,62). Sum of RGB (Red+Green+Blue) = 41+92+62=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #295C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C3E is #D6A3C1. Grayscale: #494949. Windows color (decimal): -14066626 or 4086825. OLE color: 4086825.
HSL color Cylindrical-coordinate representation of color #295C3E: hue angle of 144.71º 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 #295C3E is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 62 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.64 |
| HSL | 144.71º | 0.38% | 0.26% | - |
| HSV(B) | 144.71º | 0.55% | 0.36% | - |
| XYZ | 5.61 | 8.47 | 5.9 | - |
| YUV | 73.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 62 | 0.55 | 0 | 0.33 | 0.64 | 144.71 | 0.38 | 0.26 |
| Hex | 29 | 5C | 3E | 37 | 0 | 21 | 40 | 91 | 26 | 1A |
| Octal | 51 | 134 | 76 | 67 | 0 | 41 | 100 | 221 | 46 | 32 |
| Binary | 101001 | 1011100 | 111110 | 110111 | 0 | 100001 | 1000000 | 10010001 | 100110 | 11010 |
Color Harmonies of #295C3E
Complementary color
Monochromatic Colors of #295C3E
Black with #295C3E
Text Example
Text Example
White with #295C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C3E; }
p { color: rgb(41,92,62); }
H1.HeaderClassName
{
color: #295C3E;
}
.AnyTagClassName
{
color: #295C3E;
}
</style>
background-color css
<style>
a { background-color: #295C3E; }
a { background-color: rgb(41,92,62); }
div.DivClassName
{
background-color: #295C3E;
}
.BgClassName
{
background-color: #295C3E;
}
</style>
border-color css
<style>
span { border-color: #295C3E; }
span { border-color: rgb(41,92,62); }
td.TdClassName
{
border-color: #295C3E;
}
.TagClassName
{
border-color: #295C3E;
}
</style>