Shades of Green Pea #286C4D
Tints of Green Pea #286C4D
RGB
CMYK
RGB Variations
Color information
#286C4D (or 0x286C4D) is known color: Green Pea. HEX triplet: 28, 6C and 4D. RGB value is (40,108,77). Sum of RGB (Red+Green+Blue) = 40+108+77=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #286C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C4D is #D793B2. Grayscale: #545454. Windows color (decimal): -14128051 or 5073960. OLE color: 5073960.
HSL color Cylindrical-coordinate representation of color #286C4D: hue angle of 152.65º 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 #286C4D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 77 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.58 |
| HSL | 152.65º | 0.46% | 0.29% | - |
| HSV(B) | 152.65º | 0.63% | 0.42% | - |
| XYZ | 7.58 | 11.71 | 8.88 | - |
| YUV | 84.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 77 | 0.63 | 0 | 0.29 | 0.58 | 152.65 | 0.46 | 0.29 |
| Hex | 28 | 6C | 4D | 3F | 0 | 1D | 3A | 99 | 2E | 1D |
| Octal | 50 | 154 | 115 | 77 | 0 | 35 | 72 | 231 | 56 | 35 |
| Binary | 101000 | 1101100 | 1001101 | 111111 | 0 | 11101 | 111010 | 10011001 | 101110 | 11101 |
Color Harmonies of #286C4D
Complementary color
Monochromatic Colors of #286C4D
Black with #286C4D
Text Example
Text Example
White with #286C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C4D; }
p { color: rgb(40,108,77); }
H1.HeaderClassName
{
color: #286C4D;
}
.AnyTagClassName
{
color: #286C4D;
}
</style>
background-color css
<style>
a { background-color: #286C4D; }
a { background-color: rgb(40,108,77); }
div.DivClassName
{
background-color: #286C4D;
}
.BgClassName
{
background-color: #286C4D;
}
</style>
border-color css
<style>
span { border-color: #286C4D; }
span { border-color: rgb(40,108,77); }
td.TdClassName
{
border-color: #286C4D;
}
.TagClassName
{
border-color: #286C4D;
}
</style>