Shades of Green Pea #295D3E
Tints of Green Pea #295D3E
RGB
CMYK
RGB Variations
Color information
#295D3E (or 0x295D3E) is known color: Green Pea. HEX triplet: 29, 5D and 3E. RGB value is (41,93,62). Sum of RGB (Red+Green+Blue) = 41+93+62=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #295D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D3E is #D6A2C1. Grayscale: #494949. Windows color (decimal): -14066370 or 4087081. OLE color: 4087081.
HSL color Cylindrical-coordinate representation of color #295D3E: hue angle of 144.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D3E is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 62 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.64 |
| HSL | 144.23º | 0.39% | 0.26% | - |
| HSV(B) | 144.23º | 0.56% | 0.36% | - |
| XYZ | 5.7 | 8.65 | 5.93 | - |
| YUV | 73.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 62 | 0.56 | 0 | 0.33 | 0.64 | 144.23 | 0.39 | 0.26 |
| Hex | 29 | 5D | 3E | 38 | 0 | 21 | 40 | 90 | 27 | 1A |
| Octal | 51 | 135 | 76 | 70 | 0 | 41 | 100 | 220 | 47 | 32 |
| Binary | 101001 | 1011101 | 111110 | 111000 | 0 | 100001 | 1000000 | 10010000 | 100111 | 11010 |
Color Harmonies of #295D3E
Complementary color
Monochromatic Colors of #295D3E
Black with #295D3E
Text Example
Text Example
White with #295D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D3E; }
p { color: rgb(41,93,62); }
H1.HeaderClassName
{
color: #295D3E;
}
.AnyTagClassName
{
color: #295D3E;
}
</style>
background-color css
<style>
a { background-color: #295D3E; }
a { background-color: rgb(41,93,62); }
div.DivClassName
{
background-color: #295D3E;
}
.BgClassName
{
background-color: #295D3E;
}
</style>
border-color css
<style>
span { border-color: #295D3E; }
span { border-color: rgb(41,93,62); }
td.TdClassName
{
border-color: #295D3E;
}
.TagClassName
{
border-color: #295D3E;
}
</style>