Shades of Green Pea #286C48
Tints of Green Pea #286C48
RGB
CMYK
RGB Variations
Color information
#286C48 (or 0x286C48) is known color: Green Pea. HEX triplet: 28, 6C and 48. RGB value is (40,108,72). Sum of RGB (Red+Green+Blue) = 40+108+72=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #286C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C48 is #D793B7. Grayscale: #535353. Windows color (decimal): -14128056 or 4746280. OLE color: 4746280.
HSL color Cylindrical-coordinate representation of color #286C48: hue angle of 148.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C48 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 72 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.58 |
| HSL | 148.24º | 0.46% | 0.29% | - |
| HSV(B) | 148.24º | 0.63% | 0.42% | - |
| XYZ | 7.41 | 11.64 | 7.99 | - |
| YUV | 83.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 72 | 0.63 | 0 | 0.33 | 0.58 | 148.24 | 0.46 | 0.29 |
| Hex | 28 | 6C | 48 | 3F | 0 | 21 | 3A | 94 | 2E | 1D |
| Octal | 50 | 154 | 110 | 77 | 0 | 41 | 72 | 224 | 56 | 35 |
| Binary | 101000 | 1101100 | 1001000 | 111111 | 0 | 100001 | 111010 | 10010100 | 101110 | 11101 |
Color Harmonies of #286C48
Complementary color
Monochromatic Colors of #286C48
Black with #286C48
Text Example
Text Example
White with #286C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C48; }
p { color: rgb(40,108,72); }
H1.HeaderClassName
{
color: #286C48;
}
.AnyTagClassName
{
color: #286C48;
}
</style>
background-color css
<style>
a { background-color: #286C48; }
a { background-color: rgb(40,108,72); }
div.DivClassName
{
background-color: #286C48;
}
.BgClassName
{
background-color: #286C48;
}
</style>
border-color css
<style>
span { border-color: #286C48; }
span { border-color: rgb(40,108,72); }
td.TdClassName
{
border-color: #286C48;
}
.TagClassName
{
border-color: #286C48;
}
</style>