Shades of Green Pea #286149
Tints of Green Pea #286149
RGB
CMYK
RGB Variations
Color information
#286149 (or 0x286149) is known color: Green Pea. HEX triplet: 28, 61 and 49. RGB value is (40,97,73). Sum of RGB (Red+Green+Blue) = 40+97+73=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #286149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286149 is #D79EB6. Grayscale: #4D4D4D. Windows color (decimal): -14130871 or 4809000. OLE color: 4809000.
HSL color Cylindrical-coordinate representation of color #286149: hue angle of 154.74º 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 #286149 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 97 | 73 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.62 |
| HSL | 154.74º | 0.42% | 0.27% | - |
| HSV(B) | 154.74º | 0.59% | 0.38% | - |
| XYZ | 6.35 | 9.48 | 7.8 | - |
| YUV | 77.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 73 | 0.59 | 0 | 0.25 | 0.62 | 154.74 | 0.42 | 0.27 |
| Hex | 28 | 61 | 49 | 3B | 0 | 19 | 3E | 9B | 2A | 1B |
| Octal | 50 | 141 | 111 | 73 | 0 | 31 | 76 | 233 | 52 | 33 |
| Binary | 101000 | 1100001 | 1001001 | 111011 | 0 | 11001 | 111110 | 10011011 | 101010 | 11011 |
Color Harmonies of #286149
Complementary color
Monochromatic Colors of #286149
Black with #286149
Text Example
Text Example
White with #286149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286149; }
p { color: rgb(40,97,73); }
H1.HeaderClassName
{
color: #286149;
}
.AnyTagClassName
{
color: #286149;
}
</style>
background-color css
<style>
a { background-color: #286149; }
a { background-color: rgb(40,97,73); }
div.DivClassName
{
background-color: #286149;
}
.BgClassName
{
background-color: #286149;
}
</style>
border-color css
<style>
span { border-color: #286149; }
span { border-color: rgb(40,97,73); }
td.TdClassName
{
border-color: #286149;
}
.TagClassName
{
border-color: #286149;
}
</style>