Shades of Green Pea #287048
Tints of Green Pea #287048
RGB
CMYK
RGB Variations
Color information
#287048 (or 0x287048) is known color: Green Pea. HEX triplet: 28, 70 and 48. RGB value is (40,112,72). Sum of RGB (Red+Green+Blue) = 40+112+72=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #287048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287048 is #D78FB7. Grayscale: #565656. Windows color (decimal): -14127032 or 4747304. OLE color: 4747304.
HSL color Cylindrical-coordinate representation of color #287048: hue angle of 146.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 #287048 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 72 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.56 |
| HSL | 146.67º | 0.47% | 0.3% | - |
| HSV(B) | 146.67º | 0.64% | 0.44% | - |
| XYZ | 7.84 | 12.51 | 8.13 | - |
| YUV | 85.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 72 | 0.64 | 0 | 0.36 | 0.56 | 146.67 | 0.47 | 0.3 |
| Hex | 28 | 70 | 48 | 40 | 0 | 24 | 38 | 93 | 2F | 1E |
| Octal | 50 | 160 | 110 | 100 | 0 | 44 | 70 | 223 | 57 | 36 |
| Binary | 101000 | 1110000 | 1001000 | 1000000 | 0 | 100100 | 111000 | 10010011 | 101111 | 11110 |
Color Harmonies of #287048
Complementary color
Monochromatic Colors of #287048
Black with #287048
Text Example
Text Example
White with #287048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287048; }
p { color: rgb(40,112,72); }
H1.HeaderClassName
{
color: #287048;
}
.AnyTagClassName
{
color: #287048;
}
</style>
background-color css
<style>
a { background-color: #287048; }
a { background-color: rgb(40,112,72); }
div.DivClassName
{
background-color: #287048;
}
.BgClassName
{
background-color: #287048;
}
</style>
border-color css
<style>
span { border-color: #287048; }
span { border-color: rgb(40,112,72); }
td.TdClassName
{
border-color: #287048;
}
.TagClassName
{
border-color: #287048;
}
</style>