Shades of Green Pea #29613C
Tints of Green Pea #29613C
RGB
CMYK
RGB Variations
Color information
#29613C (or 0x29613C) is known color: Green Pea. HEX triplet: 29, 61 and 3C. RGB value is (41,97,60). Sum of RGB (Red+Green+Blue) = 41+97+60=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #29613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29613C is #D69EC3. Grayscale: #4C4C4C. Windows color (decimal): -14065348 or 3957033. OLE color: 3957033.
HSL color Cylindrical-coordinate representation of color #29613C: hue angle of 140.36º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29613C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 97 | 60 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.62 |
| HSL | 140.36º | 0.41% | 0.27% | - |
| HSV(B) | 140.36º | 0.58% | 0.38% | - |
| XYZ | 6 | 9.35 | 5.76 | - |
| YUV | 76.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 60 | 0.58 | 0 | 0.38 | 0.62 | 140.36 | 0.41 | 0.27 |
| Hex | 29 | 61 | 3C | 3A | 0 | 26 | 3E | 8C | 29 | 1B |
| Octal | 51 | 141 | 74 | 72 | 0 | 46 | 76 | 214 | 51 | 33 |
| Binary | 101001 | 1100001 | 111100 | 111010 | 0 | 100110 | 111110 | 10001100 | 101001 | 11011 |
Color Harmonies of #29613C
Complementary color
Monochromatic Colors of #29613C
Black with #29613C
Text Example
Text Example
White with #29613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29613C; }
p { color: rgb(41,97,60); }
H1.HeaderClassName
{
color: #29613C;
}
.AnyTagClassName
{
color: #29613C;
}
</style>
background-color css
<style>
a { background-color: #29613C; }
a { background-color: rgb(41,97,60); }
div.DivClassName
{
background-color: #29613C;
}
.BgClassName
{
background-color: #29613C;
}
</style>
border-color css
<style>
span { border-color: #29613C; }
span { border-color: rgb(41,97,60); }
td.TdClassName
{
border-color: #29613C;
}
.TagClassName
{
border-color: #29613C;
}
</style>