Shades of Green Pea #287049
Tints of Green Pea #287049
RGB
CMYK
RGB Variations
Color information
#287049 (or 0x287049) is known color: Green Pea. HEX triplet: 28, 70 and 49. RGB value is (40,112,73). Sum of RGB (Red+Green+Blue) = 40+112+73=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #287049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287049 is #D78FB6. Grayscale: #565656. Windows color (decimal): -14127031 or 4812840. OLE color: 4812840.
HSL color Cylindrical-coordinate representation of color #287049: hue angle of 147.5º 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 #287049 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 73 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.56 |
| HSL | 147.5º | 0.47% | 0.3% | - |
| HSV(B) | 147.5º | 0.64% | 0.44% | - |
| XYZ | 7.87 | 12.52 | 8.31 | - |
| YUV | 86.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 73 | 0.64 | 0 | 0.35 | 0.56 | 147.5 | 0.47 | 0.3 |
| Hex | 28 | 70 | 49 | 40 | 0 | 23 | 38 | 94 | 2F | 1E |
| Octal | 50 | 160 | 111 | 100 | 0 | 43 | 70 | 224 | 57 | 36 |
| Binary | 101000 | 1110000 | 1001001 | 1000000 | 0 | 100011 | 111000 | 10010100 | 101111 | 11110 |
Color Harmonies of #287049
Complementary color
Monochromatic Colors of #287049
Black with #287049
Text Example
Text Example
White with #287049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287049; }
p { color: rgb(40,112,73); }
H1.HeaderClassName
{
color: #287049;
}
.AnyTagClassName
{
color: #287049;
}
</style>
background-color css
<style>
a { background-color: #287049; }
a { background-color: rgb(40,112,73); }
div.DivClassName
{
background-color: #287049;
}
.BgClassName
{
background-color: #287049;
}
</style>
border-color css
<style>
span { border-color: #287049; }
span { border-color: rgb(40,112,73); }
td.TdClassName
{
border-color: #287049;
}
.TagClassName
{
border-color: #287049;
}
</style>