Shades of Green Pea #28704E
Tints of Green Pea #28704E
RGB
CMYK
RGB Variations
Color information
#28704E (or 0x28704E) is known color: Green Pea. HEX triplet: 28, 70 and 4E. RGB value is (40,112,78). Sum of RGB (Red+Green+Blue) = 40+112+78=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #28704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28704E is #D78FB1. Grayscale: #565656. Windows color (decimal): -14127026 or 5140520. OLE color: 5140520.
HSL color Cylindrical-coordinate representation of color #28704E: hue angle of 151.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28704E is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 78 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.56 |
| HSL | 151.67º | 0.47% | 0.3% | - |
| HSV(B) | 151.67º | 0.64% | 0.44% | - |
| XYZ | 8.04 | 12.59 | 9.21 | - |
| YUV | 86.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 78 | 0.64 | 0 | 0.30 | 0.56 | 151.67 | 0.47 | 0.3 |
| Hex | 28 | 70 | 4E | 40 | 0 | 1E | 38 | 98 | 2F | 1E |
| Octal | 50 | 160 | 116 | 100 | 0 | 36 | 70 | 230 | 57 | 36 |
| Binary | 101000 | 1110000 | 1001110 | 1000000 | 0 | 11110 | 111000 | 10011000 | 101111 | 11110 |
Color Harmonies of #28704E
Complementary color
Monochromatic Colors of #28704E
Black with #28704E
Text Example
Text Example
White with #28704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28704E; }
p { color: rgb(40,112,78); }
H1.HeaderClassName
{
color: #28704E;
}
.AnyTagClassName
{
color: #28704E;
}
</style>
background-color css
<style>
a { background-color: #28704E; }
a { background-color: rgb(40,112,78); }
div.DivClassName
{
background-color: #28704E;
}
.BgClassName
{
background-color: #28704E;
}
</style>
border-color css
<style>
span { border-color: #28704E; }
span { border-color: rgb(40,112,78); }
td.TdClassName
{
border-color: #28704E;
}
.TagClassName
{
border-color: #28704E;
}
</style>