Shades of Green Pea #286E4E
Tints of Green Pea #286E4E
RGB
CMYK
RGB Variations
Color information
#286E4E (or 0x286E4E) is known color: Green Pea. HEX triplet: 28, 6E and 4E. RGB value is (40,110,78). Sum of RGB (Red+Green+Blue) = 40+110+78=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #286E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E4E is #D791B1. Grayscale: #555555. Windows color (decimal): -14127538 or 5140008. OLE color: 5140008.
HSL color Cylindrical-coordinate representation of color #286E4E: hue angle of 152.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 #286E4E is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 78 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.57 |
| HSL | 152.57º | 0.47% | 0.29% | - |
| HSV(B) | 152.57º | 0.64% | 0.43% | - |
| XYZ | 7.83 | 12.15 | 9.14 | - |
| YUV | 85.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 78 | 0.64 | 0 | 0.29 | 0.57 | 152.57 | 0.47 | 0.29 |
| Hex | 28 | 6E | 4E | 40 | 0 | 1D | 39 | 99 | 2F | 1D |
| Octal | 50 | 156 | 116 | 100 | 0 | 35 | 71 | 231 | 57 | 35 |
| Binary | 101000 | 1101110 | 1001110 | 1000000 | 0 | 11101 | 111001 | 10011001 | 101111 | 11101 |
Color Harmonies of #286E4E
Complementary color
Monochromatic Colors of #286E4E
Black with #286E4E
Text Example
Text Example
White with #286E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E4E; }
p { color: rgb(40,110,78); }
H1.HeaderClassName
{
color: #286E4E;
}
.AnyTagClassName
{
color: #286E4E;
}
</style>
background-color css
<style>
a { background-color: #286E4E; }
a { background-color: rgb(40,110,78); }
div.DivClassName
{
background-color: #286E4E;
}
.BgClassName
{
background-color: #286E4E;
}
</style>
border-color css
<style>
span { border-color: #286E4E; }
span { border-color: rgb(40,110,78); }
td.TdClassName
{
border-color: #286E4E;
}
.TagClassName
{
border-color: #286E4E;
}
</style>