Shades of Green Pea #286545
Tints of Green Pea #286545
RGB
CMYK
RGB Variations
Color information
#286545 (or 0x286545) is known color: Green Pea. HEX triplet: 28, 65 and 45. RGB value is (40,101,69). Sum of RGB (Red+Green+Blue) = 40+101+69=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #286545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286545 is #D79ABA. Grayscale: #4F4F4F. Windows color (decimal): -14129851 or 4547880. OLE color: 4547880.
HSL color Cylindrical-coordinate representation of color #286545: hue angle of 148.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286545 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 69 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.60 |
| HSL | 148.52º | 0.43% | 0.28% | - |
| HSV(B) | 148.52º | 0.6% | 0.4% | - |
| XYZ | 6.6 | 10.19 | 7.25 | - |
| YUV | 79.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 69 | 0.60 | 0 | 0.32 | 0.60 | 148.52 | 0.43 | 0.28 |
| Hex | 28 | 65 | 45 | 3C | 0 | 20 | 3C | 95 | 2B | 1C |
| Octal | 50 | 145 | 105 | 74 | 0 | 40 | 74 | 225 | 53 | 34 |
| Binary | 101000 | 1100101 | 1000101 | 111100 | 0 | 100000 | 111100 | 10010101 | 101011 | 11100 |
Color Harmonies of #286545
Complementary color
Monochromatic Colors of #286545
Black with #286545
Text Example
Text Example
White with #286545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286545; }
p { color: rgb(40,101,69); }
H1.HeaderClassName
{
color: #286545;
}
.AnyTagClassName
{
color: #286545;
}
</style>
background-color css
<style>
a { background-color: #286545; }
a { background-color: rgb(40,101,69); }
div.DivClassName
{
background-color: #286545;
}
.BgClassName
{
background-color: #286545;
}
</style>
border-color css
<style>
span { border-color: #286545; }
span { border-color: rgb(40,101,69); }
td.TdClassName
{
border-color: #286545;
}
.TagClassName
{
border-color: #286545;
}
</style>