Shades of Green Pea #286D4D
Tints of Green Pea #286D4D
RGB
CMYK
RGB Variations
Color information
#286D4D (or 0x286D4D) is known color: Green Pea. HEX triplet: 28, 6D and 4D. RGB value is (40,109,77). Sum of RGB (Red+Green+Blue) = 40+109+77=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #286D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D4D is #D792B2. Grayscale: #545454. Windows color (decimal): -14127795 or 5074216. OLE color: 5074216.
HSL color Cylindrical-coordinate representation of color #286D4D: hue angle of 152.17º 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 #286D4D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 77 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.57 |
| HSL | 152.17º | 0.46% | 0.29% | - |
| HSV(B) | 152.17º | 0.63% | 0.43% | - |
| XYZ | 7.68 | 11.92 | 8.92 | - |
| YUV | 84.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 77 | 0.63 | 0 | 0.29 | 0.57 | 152.17 | 0.46 | 0.29 |
| Hex | 28 | 6D | 4D | 3F | 0 | 1D | 39 | 98 | 2E | 1D |
| Octal | 50 | 155 | 115 | 77 | 0 | 35 | 71 | 230 | 56 | 35 |
| Binary | 101000 | 1101101 | 1001101 | 111111 | 0 | 11101 | 111001 | 10011000 | 101110 | 11101 |
Color Harmonies of #286D4D
Complementary color
Monochromatic Colors of #286D4D
Black with #286D4D
Text Example
Text Example
White with #286D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D4D; }
p { color: rgb(40,109,77); }
H1.HeaderClassName
{
color: #286D4D;
}
.AnyTagClassName
{
color: #286D4D;
}
</style>
background-color css
<style>
a { background-color: #286D4D; }
a { background-color: rgb(40,109,77); }
div.DivClassName
{
background-color: #286D4D;
}
.BgClassName
{
background-color: #286D4D;
}
</style>
border-color css
<style>
span { border-color: #286D4D; }
span { border-color: rgb(40,109,77); }
td.TdClassName
{
border-color: #286D4D;
}
.TagClassName
{
border-color: #286D4D;
}
</style>