Shades of Green Pea #286641
Tints of Green Pea #286641
RGB
CMYK
RGB Variations
Color information
#286641 (or 0x286641) is known color: Green Pea. HEX triplet: 28, 66 and 41. RGB value is (40,102,65). Sum of RGB (Red+Green+Blue) = 40+102+65=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #286641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286641 is #D799BE. Grayscale: #4F4F4F. Windows color (decimal): -14129599 or 4285992. OLE color: 4285992.
HSL color Cylindrical-coordinate representation of color #286641: hue angle of 144.19º 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 #286641 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 102 | 65 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.6 |
| HSL | 144.19º | 0.44% | 0.28% | - |
| HSV(B) | 144.19º | 0.61% | 0.4% | - |
| XYZ | 6.58 | 10.34 | 6.65 | - |
| YUV | 79.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 65 | 0.61 | 0 | 0.36 | 0.6 | 144.19 | 0.44 | 0.28 |
| Hex | 28 | 66 | 41 | 3D | 0 | 24 | 3C | 90 | 2C | 1C |
| Octal | 50 | 146 | 101 | 75 | 0 | 44 | 74 | 220 | 54 | 34 |
| Binary | 101000 | 1100110 | 1000001 | 111101 | 0 | 100100 | 111100 | 10010000 | 101100 | 11100 |
Color Harmonies of #286641
Complementary color
Monochromatic Colors of #286641
Black with #286641
Text Example
Text Example
White with #286641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286641; }
p { color: rgb(40,102,65); }
H1.HeaderClassName
{
color: #286641;
}
.AnyTagClassName
{
color: #286641;
}
</style>
background-color css
<style>
a { background-color: #286641; }
a { background-color: rgb(40,102,65); }
div.DivClassName
{
background-color: #286641;
}
.BgClassName
{
background-color: #286641;
}
</style>
border-color css
<style>
span { border-color: #286641; }
span { border-color: rgb(40,102,65); }
td.TdClassName
{
border-color: #286641;
}
.TagClassName
{
border-color: #286641;
}
</style>