Shades of Green Pea #286745
Tints of Green Pea #286745
RGB
CMYK
RGB Variations
Color information
#286745 (or 0x286745) is known color: Green Pea. HEX triplet: 28, 67 and 45. RGB value is (40,103,69). Sum of RGB (Red+Green+Blue) = 40+103+69=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #286745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286745 is #D798BA. Grayscale: #505050. Windows color (decimal): -14129339 or 4548392. OLE color: 4548392.
HSL color Cylindrical-coordinate representation of color #286745: hue angle of 147.62º 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 #286745 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 69 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.60 |
| HSL | 147.62º | 0.44% | 0.28% | - |
| HSV(B) | 147.62º | 0.61% | 0.4% | - |
| XYZ | 6.8 | 10.58 | 7.31 | - |
| YUV | 80.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 69 | 0.61 | 0 | 0.33 | 0.60 | 147.62 | 0.44 | 0.28 |
| Hex | 28 | 67 | 45 | 3D | 0 | 21 | 3C | 94 | 2C | 1C |
| Octal | 50 | 147 | 105 | 75 | 0 | 41 | 74 | 224 | 54 | 34 |
| Binary | 101000 | 1100111 | 1000101 | 111101 | 0 | 100001 | 111100 | 10010100 | 101100 | 11100 |
Color Harmonies of #286745
Complementary color
Monochromatic Colors of #286745
Black with #286745
Text Example
Text Example
White with #286745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286745; }
p { color: rgb(40,103,69); }
H1.HeaderClassName
{
color: #286745;
}
.AnyTagClassName
{
color: #286745;
}
</style>
background-color css
<style>
a { background-color: #286745; }
a { background-color: rgb(40,103,69); }
div.DivClassName
{
background-color: #286745;
}
.BgClassName
{
background-color: #286745;
}
</style>
border-color css
<style>
span { border-color: #286745; }
span { border-color: rgb(40,103,69); }
td.TdClassName
{
border-color: #286745;
}
.TagClassName
{
border-color: #286745;
}
</style>