Shades of Green Pea #285D42
Tints of Green Pea #285D42
RGB
CMYK
RGB Variations
Color information
#285D42 (or 0x285D42) is known color: Green Pea. HEX triplet: 28, 5D and 42. RGB value is (40,93,66). Sum of RGB (Red+Green+Blue) = 40+93+66=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #285D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D42 is #D7A2BD. Grayscale: #4A4A4A. Windows color (decimal): -14131902 or 4349224. OLE color: 4349224.
HSL color Cylindrical-coordinate representation of color #285D42: hue angle of 149.43º 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 #285D42 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 66 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.64 |
| HSL | 149.43º | 0.4% | 0.26% | - |
| HSV(B) | 149.43º | 0.57% | 0.36% | - |
| XYZ | 5.77 | 8.67 | 6.52 | - |
| YUV | 74.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 66 | 0.57 | 0 | 0.29 | 0.64 | 149.43 | 0.4 | 0.26 |
| Hex | 28 | 5D | 42 | 39 | 0 | 1D | 40 | 95 | 28 | 1A |
| Octal | 50 | 135 | 102 | 71 | 0 | 35 | 100 | 225 | 50 | 32 |
| Binary | 101000 | 1011101 | 1000010 | 111001 | 0 | 11101 | 1000000 | 10010101 | 101000 | 11010 |
Color Harmonies of #285D42
Complementary color
Monochromatic Colors of #285D42
Black with #285D42
Text Example
Text Example
White with #285D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D42; }
p { color: rgb(40,93,66); }
H1.HeaderClassName
{
color: #285D42;
}
.AnyTagClassName
{
color: #285D42;
}
</style>
background-color css
<style>
a { background-color: #285D42; }
a { background-color: rgb(40,93,66); }
div.DivClassName
{
background-color: #285D42;
}
.BgClassName
{
background-color: #285D42;
}
</style>
border-color css
<style>
span { border-color: #285D42; }
span { border-color: rgb(40,93,66); }
td.TdClassName
{
border-color: #285D42;
}
.TagClassName
{
border-color: #285D42;
}
</style>