Shades of Green Pea #286B4A
Tints of Green Pea #286B4A
RGB
CMYK
RGB Variations
Color information
#286B4A (or 0x286B4A) is known color: Green Pea. HEX triplet: 28, 6B and 4A. RGB value is (40,107,74). Sum of RGB (Red+Green+Blue) = 40+107+74=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #286B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B4A is #D794B5. Grayscale: #535353. Windows color (decimal): -14128310 or 4877096. OLE color: 4877096.
HSL color Cylindrical-coordinate representation of color #286B4A: hue angle of 150.45º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B4A is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 74 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.58 |
| HSL | 150.45º | 0.46% | 0.29% | - |
| HSV(B) | 150.45º | 0.63% | 0.42% | - |
| XYZ | 7.37 | 11.46 | 8.3 | - |
| YUV | 83.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 74 | 0.63 | 0 | 0.31 | 0.58 | 150.45 | 0.46 | 0.29 |
| Hex | 28 | 6B | 4A | 3F | 0 | 1F | 3A | 96 | 2E | 1D |
| Octal | 50 | 153 | 112 | 77 | 0 | 37 | 72 | 226 | 56 | 35 |
| Binary | 101000 | 1101011 | 1001010 | 111111 | 0 | 11111 | 111010 | 10010110 | 101110 | 11101 |
Color Harmonies of #286B4A
Complementary color
Monochromatic Colors of #286B4A
Black with #286B4A
Text Example
Text Example
White with #286B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B4A; }
p { color: rgb(40,107,74); }
H1.HeaderClassName
{
color: #286B4A;
}
.AnyTagClassName
{
color: #286B4A;
}
</style>
background-color css
<style>
a { background-color: #286B4A; }
a { background-color: rgb(40,107,74); }
div.DivClassName
{
background-color: #286B4A;
}
.BgClassName
{
background-color: #286B4A;
}
</style>
border-color css
<style>
span { border-color: #286B4A; }
span { border-color: rgb(40,107,74); }
td.TdClassName
{
border-color: #286B4A;
}
.TagClassName
{
border-color: #286B4A;
}
</style>