Shades of Green Pea #286E46
Tints of Green Pea #286E46
RGB
CMYK
RGB Variations
Color information
#286E46 (or 0x286E46) is known color: Green Pea. HEX triplet: 28, 6E and 46. RGB value is (40,110,70). Sum of RGB (Red+Green+Blue) = 40+110+70=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #286E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E46 is #D791B9. Grayscale: #545454. Windows color (decimal): -14127546 or 4615720. OLE color: 4615720.
HSL color Cylindrical-coordinate representation of color #286E46: hue angle of 145.71º 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 #286E46 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 70 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.57 |
| HSL | 145.71º | 0.47% | 0.29% | - |
| HSV(B) | 145.71º | 0.64% | 0.43% | - |
| XYZ | 7.56 | 12.05 | 7.72 | - |
| YUV | 84.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 70 | 0.64 | 0 | 0.36 | 0.57 | 145.71 | 0.47 | 0.29 |
| Hex | 28 | 6E | 46 | 40 | 0 | 24 | 39 | 92 | 2F | 1D |
| Octal | 50 | 156 | 106 | 100 | 0 | 44 | 71 | 222 | 57 | 35 |
| Binary | 101000 | 1101110 | 1000110 | 1000000 | 0 | 100100 | 111001 | 10010010 | 101111 | 11101 |
Color Harmonies of #286E46
Complementary color
Monochromatic Colors of #286E46
Black with #286E46
Text Example
Text Example
White with #286E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E46; }
p { color: rgb(40,110,70); }
H1.HeaderClassName
{
color: #286E46;
}
.AnyTagClassName
{
color: #286E46;
}
</style>
background-color css
<style>
a { background-color: #286E46; }
a { background-color: rgb(40,110,70); }
div.DivClassName
{
background-color: #286E46;
}
.BgClassName
{
background-color: #286E46;
}
</style>
border-color css
<style>
span { border-color: #286E46; }
span { border-color: rgb(40,110,70); }
td.TdClassName
{
border-color: #286E46;
}
.TagClassName
{
border-color: #286E46;
}
</style>