Shades of Green Pea #287346
Tints of Green Pea #287346
RGB
CMYK
RGB Variations
Color information
#287346 (or 0x287346) is known color: Green Pea. HEX triplet: 28, 73 and 46. RGB value is (40,115,70). Sum of RGB (Red+Green+Blue) = 40+115+70=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #287346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287346 is #D78CB9. Grayscale: #575757. Windows color (decimal): -14126266 or 4617000. OLE color: 4617000.
HSL color Cylindrical-coordinate representation of color #287346: hue angle of 144º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287346 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 70 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.55 |
| HSL | 144º | 0.48% | 0.3% | - |
| HSV(B) | 144º | 0.65% | 0.45% | - |
| XYZ | 8.11 | 13.15 | 7.91 | - |
| YUV | 87.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 70 | 0.65 | 0 | 0.39 | 0.55 | 144 | 0.48 | 0.3 |
| Hex | 28 | 73 | 46 | 41 | 0 | 27 | 37 | 90 | 30 | 1E |
| Octal | 50 | 163 | 106 | 101 | 0 | 47 | 67 | 220 | 60 | 36 |
| Binary | 101000 | 1110011 | 1000110 | 1000001 | 0 | 100111 | 110111 | 10010000 | 110000 | 11110 |
Color Harmonies of #287346
Complementary color
Monochromatic Colors of #287346
Black with #287346
Text Example
Text Example
White with #287346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287346; }
p { color: rgb(40,115,70); }
H1.HeaderClassName
{
color: #287346;
}
.AnyTagClassName
{
color: #287346;
}
</style>
background-color css
<style>
a { background-color: #287346; }
a { background-color: rgb(40,115,70); }
div.DivClassName
{
background-color: #287346;
}
.BgClassName
{
background-color: #287346;
}
</style>
border-color css
<style>
span { border-color: #287346; }
span { border-color: rgb(40,115,70); }
td.TdClassName
{
border-color: #287346;
}
.TagClassName
{
border-color: #287346;
}
</style>