Shades of Green Pea #285941
Tints of Green Pea #285941
RGB
CMYK
RGB Variations
Color information
#285941 (or 0x285941) is known color: Green Pea. HEX triplet: 28, 59 and 41. RGB value is (40,89,65). Sum of RGB (Red+Green+Blue) = 40+89+65=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #285941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285941 is #D7A6BE. Grayscale: #474747. Windows color (decimal): -14132927 or 4282664. OLE color: 4282664.
HSL color Cylindrical-coordinate representation of color #285941: hue angle of 150.61º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285941 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 65 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.65 |
| HSL | 150.61º | 0.38% | 0.25% | - |
| HSV(B) | 150.61º | 0.55% | 0.35% | - |
| XYZ | 5.4 | 7.98 | 6.26 | - |
| YUV | 71.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 65 | 0.55 | 0 | 0.27 | 0.65 | 150.61 | 0.38 | 0.25 |
| Hex | 28 | 59 | 41 | 37 | 0 | 1B | 41 | 97 | 26 | 19 |
| Octal | 50 | 131 | 101 | 67 | 0 | 33 | 101 | 227 | 46 | 31 |
| Binary | 101000 | 1011001 | 1000001 | 110111 | 0 | 11011 | 1000001 | 10010111 | 100110 | 11001 |
Color Harmonies of #285941
Complementary color
Monochromatic Colors of #285941
Black with #285941
Text Example
Text Example
White with #285941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285941; }
p { color: rgb(40,89,65); }
H1.HeaderClassName
{
color: #285941;
}
.AnyTagClassName
{
color: #285941;
}
</style>
background-color css
<style>
a { background-color: #285941; }
a { background-color: rgb(40,89,65); }
div.DivClassName
{
background-color: #285941;
}
.BgClassName
{
background-color: #285941;
}
</style>
border-color css
<style>
span { border-color: #285941; }
span { border-color: rgb(40,89,65); }
td.TdClassName
{
border-color: #285941;
}
.TagClassName
{
border-color: #285941;
}
</style>