Shades of Green Pea #285D47
Tints of Green Pea #285D47
RGB
CMYK
RGB Variations
Color information
#285D47 (or 0x285D47) is known color: Green Pea. HEX triplet: 28, 5D and 47. RGB value is (40,93,71). Sum of RGB (Red+Green+Blue) = 40+93+71=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #285D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D47 is #D7A2B8. Grayscale: #4A4A4A. Windows color (decimal): -14131897 or 4676904. OLE color: 4676904.
HSL color Cylindrical-coordinate representation of color #285D47: hue angle of 155.09º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D47 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 71 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.64 |
| HSL | 155.09º | 0.4% | 0.26% | - |
| HSV(B) | 155.09º | 0.57% | 0.36% | - |
| XYZ | 5.93 | 8.73 | 7.33 | - |
| YUV | 74.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 71 | 0.57 | 0 | 0.24 | 0.64 | 155.09 | 0.4 | 0.26 |
| Hex | 28 | 5D | 47 | 39 | 0 | 18 | 40 | 9B | 28 | 1A |
| Octal | 50 | 135 | 107 | 71 | 0 | 30 | 100 | 233 | 50 | 32 |
| Binary | 101000 | 1011101 | 1000111 | 111001 | 0 | 11000 | 1000000 | 10011011 | 101000 | 11010 |
Color Harmonies of #285D47
Complementary color
Monochromatic Colors of #285D47
Black with #285D47
Text Example
Text Example
White with #285D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D47; }
p { color: rgb(40,93,71); }
H1.HeaderClassName
{
color: #285D47;
}
.AnyTagClassName
{
color: #285D47;
}
</style>
background-color css
<style>
a { background-color: #285D47; }
a { background-color: rgb(40,93,71); }
div.DivClassName
{
background-color: #285D47;
}
.BgClassName
{
background-color: #285D47;
}
</style>
border-color css
<style>
span { border-color: #285D47; }
span { border-color: rgb(40,93,71); }
td.TdClassName
{
border-color: #285D47;
}
.TagClassName
{
border-color: #285D47;
}
</style>