Shades of Green Pea #286749
Tints of Green Pea #286749
RGB
CMYK
RGB Variations
Color information
#286749 (or 0x286749) is known color: Green Pea. HEX triplet: 28, 67 and 49. RGB value is (40,103,73). Sum of RGB (Red+Green+Blue) = 40+103+73=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #286749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286749 is #D798B6. Grayscale: #505050. Windows color (decimal): -14129335 or 4810536. OLE color: 4810536.
HSL color Cylindrical-coordinate representation of color #286749: hue angle of 151.43º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286749 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 73 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.60 |
| HSL | 151.43º | 0.44% | 0.28% | - |
| HSV(B) | 151.43º | 0.61% | 0.4% | - |
| XYZ | 6.93 | 10.63 | 7.99 | - |
| YUV | 80.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 73 | 0.61 | 0 | 0.29 | 0.60 | 151.43 | 0.44 | 0.28 |
| Hex | 28 | 67 | 49 | 3D | 0 | 1D | 3C | 97 | 2C | 1C |
| Octal | 50 | 147 | 111 | 75 | 0 | 35 | 74 | 227 | 54 | 34 |
| Binary | 101000 | 1100111 | 1001001 | 111101 | 0 | 11101 | 111100 | 10010111 | 101100 | 11100 |
Color Harmonies of #286749
Complementary color
Monochromatic Colors of #286749
Black with #286749
Text Example
Text Example
White with #286749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286749; }
p { color: rgb(40,103,73); }
H1.HeaderClassName
{
color: #286749;
}
.AnyTagClassName
{
color: #286749;
}
</style>
background-color css
<style>
a { background-color: #286749; }
a { background-color: rgb(40,103,73); }
div.DivClassName
{
background-color: #286749;
}
.BgClassName
{
background-color: #286749;
}
</style>
border-color css
<style>
span { border-color: #286749; }
span { border-color: rgb(40,103,73); }
td.TdClassName
{
border-color: #286749;
}
.TagClassName
{
border-color: #286749;
}
</style>