Shades of Green Pea #286B49
Tints of Green Pea #286B49
RGB
CMYK
RGB Variations
Color information
#286B49 (or 0x286B49) is known color: Green Pea. HEX triplet: 28, 6B and 49. RGB value is (40,107,73). Sum of RGB (Red+Green+Blue) = 40+107+73=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #286B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B49 is #D794B6. Grayscale: #535353. Windows color (decimal): -14128311 or 4811560. OLE color: 4811560.
HSL color Cylindrical-coordinate representation of color #286B49: hue angle of 149.55º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B49 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 73 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.58 |
| HSL | 149.55º | 0.46% | 0.29% | - |
| HSV(B) | 149.55º | 0.63% | 0.42% | - |
| XYZ | 7.34 | 11.45 | 8.13 | - |
| YUV | 83.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 73 | 0.63 | 0 | 0.32 | 0.58 | 149.55 | 0.46 | 0.29 |
| Hex | 28 | 6B | 49 | 3F | 0 | 20 | 3A | 96 | 2E | 1D |
| Octal | 50 | 153 | 111 | 77 | 0 | 40 | 72 | 226 | 56 | 35 |
| Binary | 101000 | 1101011 | 1001001 | 111111 | 0 | 100000 | 111010 | 10010110 | 101110 | 11101 |
Color Harmonies of #286B49
Complementary color
Monochromatic Colors of #286B49
Black with #286B49
Text Example
Text Example
White with #286B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B49; }
p { color: rgb(40,107,73); }
H1.HeaderClassName
{
color: #286B49;
}
.AnyTagClassName
{
color: #286B49;
}
</style>
background-color css
<style>
a { background-color: #286B49; }
a { background-color: rgb(40,107,73); }
div.DivClassName
{
background-color: #286B49;
}
.BgClassName
{
background-color: #286B49;
}
</style>
border-color css
<style>
span { border-color: #286B49; }
span { border-color: rgb(40,107,73); }
td.TdClassName
{
border-color: #286B49;
}
.TagClassName
{
border-color: #286B49;
}
</style>