Shades of Green Pea #286E47
Tints of Green Pea #286E47
RGB
CMYK
RGB Variations
Color information
#286E47 (or 0x286E47) is known color: Green Pea. HEX triplet: 28, 6E and 47. RGB value is (40,110,71). Sum of RGB (Red+Green+Blue) = 40+110+71=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #286E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E47 is #D791B8. Grayscale: #545454. Windows color (decimal): -14127545 or 4681256. OLE color: 4681256.
HSL color Cylindrical-coordinate representation of color #286E47: hue angle of 146.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E47 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 71 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.57 |
| HSL | 146.57º | 0.47% | 0.29% | - |
| HSV(B) | 146.57º | 0.64% | 0.43% | - |
| XYZ | 7.59 | 12.06 | 7.89 | - |
| YUV | 84.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 71 | 0.64 | 0 | 0.35 | 0.57 | 146.57 | 0.47 | 0.29 |
| Hex | 28 | 6E | 47 | 40 | 0 | 23 | 39 | 93 | 2F | 1D |
| Octal | 50 | 156 | 107 | 100 | 0 | 43 | 71 | 223 | 57 | 35 |
| Binary | 101000 | 1101110 | 1000111 | 1000000 | 0 | 100011 | 111001 | 10010011 | 101111 | 11101 |
Color Harmonies of #286E47
Complementary color
Monochromatic Colors of #286E47
Black with #286E47
Text Example
Text Example
White with #286E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E47; }
p { color: rgb(40,110,71); }
H1.HeaderClassName
{
color: #286E47;
}
.AnyTagClassName
{
color: #286E47;
}
</style>
background-color css
<style>
a { background-color: #286E47; }
a { background-color: rgb(40,110,71); }
div.DivClassName
{
background-color: #286E47;
}
.BgClassName
{
background-color: #286E47;
}
</style>
border-color css
<style>
span { border-color: #286E47; }
span { border-color: rgb(40,110,71); }
td.TdClassName
{
border-color: #286E47;
}
.TagClassName
{
border-color: #286E47;
}
</style>