Shades of Green Pea #287446
Tints of Green Pea #287446
RGB
CMYK
RGB Variations
Color information
#287446 (or 0x287446) is known color: Green Pea. HEX triplet: 28, 74 and 46. RGB value is (40,116,70). Sum of RGB (Red+Green+Blue) = 40+116+70=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #287446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287446 is #D78BB9. Grayscale: #585858. Windows color (decimal): -14126010 or 4617256. OLE color: 4617256.
HSL color Cylindrical-coordinate representation of color #287446: hue angle of 143.68º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287446 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 70 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.55 |
| HSL | 143.68º | 0.49% | 0.31% | - |
| HSV(B) | 143.68º | 0.66% | 0.45% | - |
| XYZ | 8.23 | 13.38 | 7.94 | - |
| YUV | 88.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 70 | 0.66 | 0 | 0.40 | 0.55 | 143.68 | 0.49 | 0.31 |
| Hex | 28 | 74 | 46 | 42 | 0 | 28 | 37 | 90 | 31 | 1F |
| Octal | 50 | 164 | 106 | 102 | 0 | 50 | 67 | 220 | 61 | 37 |
| Binary | 101000 | 1110100 | 1000110 | 1000010 | 0 | 101000 | 110111 | 10010000 | 110001 | 11111 |
Color Harmonies of #287446
Complementary color
Monochromatic Colors of #287446
Black with #287446
Text Example
Text Example
White with #287446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287446; }
p { color: rgb(40,116,70); }
H1.HeaderClassName
{
color: #287446;
}
.AnyTagClassName
{
color: #287446;
}
</style>
background-color css
<style>
a { background-color: #287446; }
a { background-color: rgb(40,116,70); }
div.DivClassName
{
background-color: #287446;
}
.BgClassName
{
background-color: #287446;
}
</style>
border-color css
<style>
span { border-color: #287446; }
span { border-color: rgb(40,116,70); }
td.TdClassName
{
border-color: #287446;
}
.TagClassName
{
border-color: #287446;
}
</style>