Shades of Green Pea #286147
Tints of Green Pea #286147
RGB
CMYK
RGB Variations
Color information
#286147 (or 0x286147) is known color: Green Pea. HEX triplet: 28, 61 and 47. RGB value is (40,97,71). Sum of RGB (Red+Green+Blue) = 40+97+71=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #286147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286147 is #D79EB8. Grayscale: #4D4D4D. Windows color (decimal): -14130873 or 4677928. OLE color: 4677928.
HSL color Cylindrical-coordinate representation of color #286147: hue angle of 152.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286147 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 97 | 71 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.62 |
| HSL | 152.63º | 0.42% | 0.27% | - |
| HSV(B) | 152.63º | 0.59% | 0.38% | - |
| XYZ | 6.29 | 9.46 | 7.45 | - |
| YUV | 76.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 71 | 0.59 | 0 | 0.27 | 0.62 | 152.63 | 0.42 | 0.27 |
| Hex | 28 | 61 | 47 | 3B | 0 | 1B | 3E | 99 | 2A | 1B |
| Octal | 50 | 141 | 107 | 73 | 0 | 33 | 76 | 231 | 52 | 33 |
| Binary | 101000 | 1100001 | 1000111 | 111011 | 0 | 11011 | 111110 | 10011001 | 101010 | 11011 |
Color Harmonies of #286147
Complementary color
Monochromatic Colors of #286147
Black with #286147
Text Example
Text Example
White with #286147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286147; }
p { color: rgb(40,97,71); }
H1.HeaderClassName
{
color: #286147;
}
.AnyTagClassName
{
color: #286147;
}
</style>
background-color css
<style>
a { background-color: #286147; }
a { background-color: rgb(40,97,71); }
div.DivClassName
{
background-color: #286147;
}
.BgClassName
{
background-color: #286147;
}
</style>
border-color css
<style>
span { border-color: #286147; }
span { border-color: rgb(40,97,71); }
td.TdClassName
{
border-color: #286147;
}
.TagClassName
{
border-color: #286147;
}
</style>