Shades of Green Pea #286948
Tints of Green Pea #286948
RGB
CMYK
RGB Variations
Color information
#286948 (or 0x286948) is known color: Green Pea. HEX triplet: 28, 69 and 48. RGB value is (40,105,72). Sum of RGB (Red+Green+Blue) = 40+105+72=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #286948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286948 is #D796B7. Grayscale: #515151. Windows color (decimal): -14128824 or 4745512. OLE color: 4745512.
HSL color Cylindrical-coordinate representation of color #286948: hue angle of 149.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286948 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 72 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.59 |
| HSL | 149.54º | 0.45% | 0.28% | - |
| HSV(B) | 149.54º | 0.62% | 0.41% | - |
| XYZ | 7.1 | 11.02 | 7.88 | - |
| YUV | 81.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 72 | 0.62 | 0 | 0.31 | 0.59 | 149.54 | 0.45 | 0.28 |
| Hex | 28 | 69 | 48 | 3E | 0 | 1F | 3B | 96 | 2D | 1C |
| Octal | 50 | 151 | 110 | 76 | 0 | 37 | 73 | 226 | 55 | 34 |
| Binary | 101000 | 1101001 | 1001000 | 111110 | 0 | 11111 | 111011 | 10010110 | 101101 | 11100 |
Color Harmonies of #286948
Complementary color
Monochromatic Colors of #286948
Black with #286948
Text Example
Text Example
White with #286948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286948; }
p { color: rgb(40,105,72); }
H1.HeaderClassName
{
color: #286948;
}
.AnyTagClassName
{
color: #286948;
}
</style>
background-color css
<style>
a { background-color: #286948; }
a { background-color: rgb(40,105,72); }
div.DivClassName
{
background-color: #286948;
}
.BgClassName
{
background-color: #286948;
}
</style>
border-color css
<style>
span { border-color: #286948; }
span { border-color: rgb(40,105,72); }
td.TdClassName
{
border-color: #286948;
}
.TagClassName
{
border-color: #286948;
}
</style>