Shades of Green Pea #297145
Tints of Green Pea #297145
RGB
CMYK
RGB Variations
Color information
#297145 (or 0x297145) is known color: Green Pea. HEX triplet: 29, 71 and 45. RGB value is (41,113,69). Sum of RGB (Red+Green+Blue) = 41+113+69=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #297145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297145 is #D68EBA. Grayscale: #565656. Windows color (decimal): -14061243 or 4550953. OLE color: 4550953.
HSL color Cylindrical-coordinate representation of color #297145: hue angle of 143.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297145 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 113 | 69 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.56 |
| HSL | 143.33º | 0.47% | 0.3% | - |
| HSV(B) | 143.33º | 0.64% | 0.44% | - |
| XYZ | 7.89 | 12.71 | 7.67 | - |
| YUV | 86.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 69 | 0.64 | 0 | 0.39 | 0.56 | 143.33 | 0.47 | 0.3 |
| Hex | 29 | 71 | 45 | 40 | 0 | 27 | 38 | 8F | 2F | 1E |
| Octal | 51 | 161 | 105 | 100 | 0 | 47 | 70 | 217 | 57 | 36 |
| Binary | 101001 | 1110001 | 1000101 | 1000000 | 0 | 100111 | 111000 | 10001111 | 101111 | 11110 |
Color Harmonies of #297145
Complementary color
Monochromatic Colors of #297145
Black with #297145
Text Example
Text Example
White with #297145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297145; }
p { color: rgb(41,113,69); }
H1.HeaderClassName
{
color: #297145;
}
.AnyTagClassName
{
color: #297145;
}
</style>
background-color css
<style>
a { background-color: #297145; }
a { background-color: rgb(41,113,69); }
div.DivClassName
{
background-color: #297145;
}
.BgClassName
{
background-color: #297145;
}
</style>
border-color css
<style>
span { border-color: #297145; }
span { border-color: rgb(41,113,69); }
td.TdClassName
{
border-color: #297145;
}
.TagClassName
{
border-color: #297145;
}
</style>