Shades of Green Pea #295C41
Tints of Green Pea #295C41
RGB
CMYK
RGB Variations
Color information
#295C41 (or 0x295C41) is known color: Green Pea. HEX triplet: 29, 5C and 41. RGB value is (41,92,65). Sum of RGB (Red+Green+Blue) = 41+92+65=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #295C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C41 is #D6A3BE. Grayscale: #494949. Windows color (decimal): -14066623 or 4283433. OLE color: 4283433.
HSL color Cylindrical-coordinate representation of color #295C41: hue angle of 148.24º 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 #295C41 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 65 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.64 |
| HSL | 148.24º | 0.38% | 0.26% | - |
| HSV(B) | 148.24º | 0.55% | 0.36% | - |
| XYZ | 5.7 | 8.51 | 6.34 | - |
| YUV | 73.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 65 | 0.55 | 0 | 0.29 | 0.64 | 148.24 | 0.38 | 0.26 |
| Hex | 29 | 5C | 41 | 37 | 0 | 1D | 40 | 94 | 26 | 1A |
| Octal | 51 | 134 | 101 | 67 | 0 | 35 | 100 | 224 | 46 | 32 |
| Binary | 101001 | 1011100 | 1000001 | 110111 | 0 | 11101 | 1000000 | 10010100 | 100110 | 11010 |
Color Harmonies of #295C41
Complementary color
Monochromatic Colors of #295C41
Black with #295C41
Text Example
Text Example
White with #295C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C41; }
p { color: rgb(41,92,65); }
H1.HeaderClassName
{
color: #295C41;
}
.AnyTagClassName
{
color: #295C41;
}
</style>
background-color css
<style>
a { background-color: #295C41; }
a { background-color: rgb(41,92,65); }
div.DivClassName
{
background-color: #295C41;
}
.BgClassName
{
background-color: #295C41;
}
</style>
border-color css
<style>
span { border-color: #295C41; }
span { border-color: rgb(41,92,65); }
td.TdClassName
{
border-color: #295C41;
}
.TagClassName
{
border-color: #295C41;
}
</style>