Shades of Green Pea #286740
Tints of Green Pea #286740
RGB
CMYK
RGB Variations
Color information
#286740 (or 0x286740) is known color: Green Pea. HEX triplet: 28, 67 and 40. RGB value is (40,103,64). Sum of RGB (Red+Green+Blue) = 40+103+64=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #286740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286740 is #D798BF. Grayscale: #4F4F4F. Windows color (decimal): -14129344 or 4220712. OLE color: 4220712.
HSL color Cylindrical-coordinate representation of color #286740: hue angle of 142.86º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286740 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 64 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.60 |
| HSL | 142.86º | 0.44% | 0.28% | - |
| HSV(B) | 142.86º | 0.61% | 0.4% | - |
| XYZ | 6.65 | 10.52 | 6.53 | - |
| YUV | 79.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 64 | 0.61 | 0 | 0.38 | 0.60 | 142.86 | 0.44 | 0.28 |
| Hex | 28 | 67 | 40 | 3D | 0 | 26 | 3C | 8F | 2C | 1C |
| Octal | 50 | 147 | 100 | 75 | 0 | 46 | 74 | 217 | 54 | 34 |
| Binary | 101000 | 1100111 | 1000000 | 111101 | 0 | 100110 | 111100 | 10001111 | 101100 | 11100 |
Color Harmonies of #286740
Complementary color
Monochromatic Colors of #286740
Black with #286740
Text Example
Text Example
White with #286740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286740; }
p { color: rgb(40,103,64); }
H1.HeaderClassName
{
color: #286740;
}
.AnyTagClassName
{
color: #286740;
}
</style>
background-color css
<style>
a { background-color: #286740; }
a { background-color: rgb(40,103,64); }
div.DivClassName
{
background-color: #286740;
}
.BgClassName
{
background-color: #286740;
}
</style>
border-color css
<style>
span { border-color: #286740; }
span { border-color: rgb(40,103,64); }
td.TdClassName
{
border-color: #286740;
}
.TagClassName
{
border-color: #286740;
}
</style>