Shades of Green Pea #286D45
Tints of Green Pea #286D45
RGB
CMYK
RGB Variations
Color information
#286D45 (or 0x286D45) is known color: Green Pea. HEX triplet: 28, 6D and 45. RGB value is (40,109,69). Sum of RGB (Red+Green+Blue) = 40+109+69=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #286D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286D45 is #D792BA. Grayscale: #535353. Windows color (decimal): -14127803 or 4549928. OLE color: 4549928.
HSL color Cylindrical-coordinate representation of color #286D45: hue angle of 145.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286D45 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 69 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.57 |
| HSL | 145.22º | 0.46% | 0.29% | - |
| HSV(B) | 145.22º | 0.63% | 0.43% | - |
| XYZ | 7.42 | 11.82 | 7.52 | - |
| YUV | 83.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 69 | 0.63 | 0 | 0.37 | 0.57 | 145.22 | 0.46 | 0.29 |
| Hex | 28 | 6D | 45 | 3F | 0 | 25 | 39 | 91 | 2E | 1D |
| Octal | 50 | 155 | 105 | 77 | 0 | 45 | 71 | 221 | 56 | 35 |
| Binary | 101000 | 1101101 | 1000101 | 111111 | 0 | 100101 | 111001 | 10010001 | 101110 | 11101 |
Color Harmonies of #286D45
Complementary color
Monochromatic Colors of #286D45
Black with #286D45
Text Example
Text Example
White with #286D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D45; }
p { color: rgb(40,109,69); }
H1.HeaderClassName
{
color: #286D45;
}
.AnyTagClassName
{
color: #286D45;
}
</style>
background-color css
<style>
a { background-color: #286D45; }
a { background-color: rgb(40,109,69); }
div.DivClassName
{
background-color: #286D45;
}
.BgClassName
{
background-color: #286D45;
}
</style>
border-color css
<style>
span { border-color: #286D45; }
span { border-color: rgb(40,109,69); }
td.TdClassName
{
border-color: #286D45;
}
.TagClassName
{
border-color: #286D45;
}
</style>