Shades of Green Pea #286E4B
Tints of Green Pea #286E4B
RGB
CMYK
RGB Variations
Color information
#286E4B (or 0x286E4B) is known color: Green Pea. HEX triplet: 28, 6E and 4B. RGB value is (40,110,75). Sum of RGB (Red+Green+Blue) = 40+110+75=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #286E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E4B is #D791B4. Grayscale: #555555. Windows color (decimal): -14127541 or 4943400. OLE color: 4943400.
HSL color Cylindrical-coordinate representation of color #286E4B: hue angle of 150º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E4B is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 75 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.57 |
| HSL | 150º | 0.47% | 0.29% | - |
| HSV(B) | 150º | 0.64% | 0.43% | - |
| XYZ | 7.72 | 12.11 | 8.59 | - |
| YUV | 85.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 75 | 0.64 | 0 | 0.32 | 0.57 | 150 | 0.47 | 0.29 |
| Hex | 28 | 6E | 4B | 40 | 0 | 20 | 39 | 96 | 2F | 1D |
| Octal | 50 | 156 | 113 | 100 | 0 | 40 | 71 | 226 | 57 | 35 |
| Binary | 101000 | 1101110 | 1001011 | 1000000 | 0 | 100000 | 111001 | 10010110 | 101111 | 11101 |
Color Harmonies of #286E4B
Complementary color
Monochromatic Colors of #286E4B
Black with #286E4B
Text Example
Text Example
White with #286E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E4B; }
p { color: rgb(40,110,75); }
H1.HeaderClassName
{
color: #286E4B;
}
.AnyTagClassName
{
color: #286E4B;
}
</style>
background-color css
<style>
a { background-color: #286E4B; }
a { background-color: rgb(40,110,75); }
div.DivClassName
{
background-color: #286E4B;
}
.BgClassName
{
background-color: #286E4B;
}
</style>
border-color css
<style>
span { border-color: #286E4B; }
span { border-color: rgb(40,110,75); }
td.TdClassName
{
border-color: #286E4B;
}
.TagClassName
{
border-color: #286E4B;
}
</style>