Shades of Green Pea #285641
Tints of Green Pea #285641
RGB
CMYK
RGB Variations
Color information
#285641 (or 0x285641) is known color: Green Pea. HEX triplet: 28, 56 and 41. RGB value is (40,86,65). Sum of RGB (Red+Green+Blue) = 40+86+65=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #285641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285641 is #D7A9BE. Grayscale: #454545. Windows color (decimal): -14133695 or 4281896. OLE color: 4281896.
HSL color Cylindrical-coordinate representation of color #285641: hue angle of 152.61º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285641 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 86 | 65 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.66 |
| HSL | 152.61º | 0.37% | 0.25% | - |
| HSV(B) | 152.61º | 0.53% | 0.34% | - |
| XYZ | 5.16 | 7.49 | 6.17 | - |
| YUV | 69.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 65 | 0.53 | 0 | 0.24 | 0.66 | 152.61 | 0.37 | 0.25 |
| Hex | 28 | 56 | 41 | 35 | 0 | 18 | 42 | 99 | 25 | 19 |
| Octal | 50 | 126 | 101 | 65 | 0 | 30 | 102 | 231 | 45 | 31 |
| Binary | 101000 | 1010110 | 1000001 | 110101 | 0 | 11000 | 1000010 | 10011001 | 100101 | 11001 |
Color Harmonies of #285641
Complementary color
Monochromatic Colors of #285641
Black with #285641
Text Example
Text Example
White with #285641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285641; }
p { color: rgb(40,86,65); }
H1.HeaderClassName
{
color: #285641;
}
.AnyTagClassName
{
color: #285641;
}
</style>
background-color css
<style>
a { background-color: #285641; }
a { background-color: rgb(40,86,65); }
div.DivClassName
{
background-color: #285641;
}
.BgClassName
{
background-color: #285641;
}
</style>
border-color css
<style>
span { border-color: #285641; }
span { border-color: rgb(40,86,65); }
td.TdClassName
{
border-color: #285641;
}
.TagClassName
{
border-color: #285641;
}
</style>