Shades of Green Pea #295C42
Tints of Green Pea #295C42
RGB
CMYK
RGB Variations
Color information
#295C42 (or 0x295C42) is known color: Green Pea. HEX triplet: 29, 5C and 42. RGB value is (41,92,66). Sum of RGB (Red+Green+Blue) = 41+92+66=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #295C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C42 is #D6A3BD. Grayscale: #494949. Windows color (decimal): -14066622 or 4348969. OLE color: 4348969.
HSL color Cylindrical-coordinate representation of color #295C42: hue angle of 149.41º 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 #295C42 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 66 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.64 |
| HSL | 149.41º | 0.38% | 0.26% | - |
| HSV(B) | 149.41º | 0.55% | 0.36% | - |
| XYZ | 5.72 | 8.52 | 6.5 | - |
| YUV | 73.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 66 | 0.55 | 0 | 0.28 | 0.64 | 149.41 | 0.38 | 0.26 |
| Hex | 29 | 5C | 42 | 37 | 0 | 1C | 40 | 95 | 26 | 1A |
| Octal | 51 | 134 | 102 | 67 | 0 | 34 | 100 | 225 | 46 | 32 |
| Binary | 101001 | 1011100 | 1000010 | 110111 | 0 | 11100 | 1000000 | 10010101 | 100110 | 11010 |
Color Harmonies of #295C42
Complementary color
Monochromatic Colors of #295C42
Black with #295C42
Text Example
Text Example
White with #295C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C42; }
p { color: rgb(41,92,66); }
H1.HeaderClassName
{
color: #295C42;
}
.AnyTagClassName
{
color: #295C42;
}
</style>
background-color css
<style>
a { background-color: #295C42; }
a { background-color: rgb(41,92,66); }
div.DivClassName
{
background-color: #295C42;
}
.BgClassName
{
background-color: #295C42;
}
</style>
border-color css
<style>
span { border-color: #295C42; }
span { border-color: rgb(41,92,66); }
td.TdClassName
{
border-color: #295C42;
}
.TagClassName
{
border-color: #295C42;
}
</style>