Shades of Green Pea #286840
Tints of Green Pea #286840
RGB
CMYK
RGB Variations
Color information
#286840 (or 0x286840) is known color: Green Pea. HEX triplet: 28, 68 and 40. RGB value is (40,104,64). Sum of RGB (Red+Green+Blue) = 40+104+64=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #286840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286840 is #D797BF. Grayscale: #505050. Windows color (decimal): -14129088 or 4220968. OLE color: 4220968.
HSL color Cylindrical-coordinate representation of color #286840: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286840 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 104 | 64 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.59 |
| HSL | 142.5º | 0.44% | 0.28% | - |
| HSV(B) | 142.5º | 0.62% | 0.41% | - |
| XYZ | 6.75 | 10.72 | 6.56 | - |
| YUV | 80.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 64 | 0.62 | 0 | 0.38 | 0.59 | 142.5 | 0.44 | 0.28 |
| Hex | 28 | 68 | 40 | 3E | 0 | 26 | 3B | 8E | 2C | 1C |
| Octal | 50 | 150 | 100 | 76 | 0 | 46 | 73 | 216 | 54 | 34 |
| Binary | 101000 | 1101000 | 1000000 | 111110 | 0 | 100110 | 111011 | 10001110 | 101100 | 11100 |
Color Harmonies of #286840
Complementary color
Monochromatic Colors of #286840
Black with #286840
Text Example
Text Example
White with #286840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286840; }
p { color: rgb(40,104,64); }
H1.HeaderClassName
{
color: #286840;
}
.AnyTagClassName
{
color: #286840;
}
</style>
background-color css
<style>
a { background-color: #286840; }
a { background-color: rgb(40,104,64); }
div.DivClassName
{
background-color: #286840;
}
.BgClassName
{
background-color: #286840;
}
</style>
border-color css
<style>
span { border-color: #286840; }
span { border-color: rgb(40,104,64); }
td.TdClassName
{
border-color: #286840;
}
.TagClassName
{
border-color: #286840;
}
</style>