Shades of Green Pea #286A40
Tints of Green Pea #286A40
RGB
CMYK
RGB Variations
Color information
#286A40 (or 0x286A40) is known color: Green Pea. HEX triplet: 28, 6A and 40. RGB value is (40,106,64). Sum of RGB (Red+Green+Blue) = 40+106+64=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #286A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286A40 is #D795BF. Grayscale: #515151. Windows color (decimal): -14128576 or 4221480. OLE color: 4221480.
HSL color Cylindrical-coordinate representation of color #286A40: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A40 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 64 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.58 |
| HSL | 141.82º | 0.45% | 0.29% | - |
| HSV(B) | 141.82º | 0.62% | 0.42% | - |
| XYZ | 6.95 | 11.13 | 6.63 | - |
| YUV | 81.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 64 | 0.62 | 0 | 0.40 | 0.58 | 141.82 | 0.45 | 0.29 |
| Hex | 28 | 6A | 40 | 3E | 0 | 28 | 3A | 8E | 2D | 1D |
| Octal | 50 | 152 | 100 | 76 | 0 | 50 | 72 | 216 | 55 | 35 |
| Binary | 101000 | 1101010 | 1000000 | 111110 | 0 | 101000 | 111010 | 10001110 | 101101 | 11101 |
Color Harmonies of #286A40
Complementary color
Monochromatic Colors of #286A40
Black with #286A40
Text Example
Text Example
White with #286A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A40; }
p { color: rgb(40,106,64); }
H1.HeaderClassName
{
color: #286A40;
}
.AnyTagClassName
{
color: #286A40;
}
</style>
background-color css
<style>
a { background-color: #286A40; }
a { background-color: rgb(40,106,64); }
div.DivClassName
{
background-color: #286A40;
}
.BgClassName
{
background-color: #286A40;
}
</style>
border-color css
<style>
span { border-color: #286A40; }
span { border-color: rgb(40,106,64); }
td.TdClassName
{
border-color: #286A40;
}
.TagClassName
{
border-color: #286A40;
}
</style>