Shades of Green Pea #286541
Tints of Green Pea #286541
RGB
CMYK
RGB Variations
Color information
#286541 (or 0x286541) is known color: Green Pea. HEX triplet: 28, 65 and 41. RGB value is (40,101,65). Sum of RGB (Red+Green+Blue) = 40+101+65=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #286541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286541 is #D79ABE. Grayscale: #4E4E4E. Windows color (decimal): -14129855 or 4285736. OLE color: 4285736.
HSL color Cylindrical-coordinate representation of color #286541: hue angle of 144.59º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286541 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 65 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.60 |
| HSL | 144.59º | 0.43% | 0.28% | - |
| HSV(B) | 144.59º | 0.6% | 0.4% | - |
| XYZ | 6.48 | 10.14 | 6.62 | - |
| YUV | 78.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 65 | 0.60 | 0 | 0.36 | 0.60 | 144.59 | 0.43 | 0.28 |
| Hex | 28 | 65 | 41 | 3C | 0 | 24 | 3C | 91 | 2B | 1C |
| Octal | 50 | 145 | 101 | 74 | 0 | 44 | 74 | 221 | 53 | 34 |
| Binary | 101000 | 1100101 | 1000001 | 111100 | 0 | 100100 | 111100 | 10010001 | 101011 | 11100 |
Color Harmonies of #286541
Complementary color
Monochromatic Colors of #286541
Black with #286541
Text Example
Text Example
White with #286541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286541; }
p { color: rgb(40,101,65); }
H1.HeaderClassName
{
color: #286541;
}
.AnyTagClassName
{
color: #286541;
}
</style>
background-color css
<style>
a { background-color: #286541; }
a { background-color: rgb(40,101,65); }
div.DivClassName
{
background-color: #286541;
}
.BgClassName
{
background-color: #286541;
}
</style>
border-color css
<style>
span { border-color: #286541; }
span { border-color: rgb(40,101,65); }
td.TdClassName
{
border-color: #286541;
}
.TagClassName
{
border-color: #286541;
}
</style>