Shades of Green Pea #28704C
Tints of Green Pea #28704C
RGB
CMYK
RGB Variations
Color information
#28704C (or 0x28704C) is known color: Green Pea. HEX triplet: 28, 70 and 4C. RGB value is (40,112,76). Sum of RGB (Red+Green+Blue) = 40+112+76=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #28704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28704C is #D78FB3. Grayscale: #565656. Windows color (decimal): -14127028 or 5009448. OLE color: 5009448.
HSL color Cylindrical-coordinate representation of color #28704C: hue angle of 150º 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 #28704C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 76 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.56 |
| HSL | 150º | 0.47% | 0.3% | - |
| HSV(B) | 150º | 0.64% | 0.44% | - |
| XYZ | 7.97 | 12.56 | 8.84 | - |
| YUV | 86.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 76 | 0.64 | 0 | 0.32 | 0.56 | 150 | 0.47 | 0.3 |
| Hex | 28 | 70 | 4C | 40 | 0 | 20 | 38 | 96 | 2F | 1E |
| Octal | 50 | 160 | 114 | 100 | 0 | 40 | 70 | 226 | 57 | 36 |
| Binary | 101000 | 1110000 | 1001100 | 1000000 | 0 | 100000 | 111000 | 10010110 | 101111 | 11110 |
Color Harmonies of #28704C
Complementary color
Monochromatic Colors of #28704C
Black with #28704C
Text Example
Text Example
White with #28704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28704C; }
p { color: rgb(40,112,76); }
H1.HeaderClassName
{
color: #28704C;
}
.AnyTagClassName
{
color: #28704C;
}
</style>
background-color css
<style>
a { background-color: #28704C; }
a { background-color: rgb(40,112,76); }
div.DivClassName
{
background-color: #28704C;
}
.BgClassName
{
background-color: #28704C;
}
</style>
border-color css
<style>
span { border-color: #28704C; }
span { border-color: rgb(40,112,76); }
td.TdClassName
{
border-color: #28704C;
}
.TagClassName
{
border-color: #28704C;
}
</style>