Shades of Green Pea #285D41
Tints of Green Pea #285D41
RGB
CMYK
RGB Variations
Color information
#285D41 (or 0x285D41) is known color: Green Pea. HEX triplet: 28, 5D and 41. RGB value is (40,93,65). Sum of RGB (Red+Green+Blue) = 40+93+65=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #285D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D41 is #D7A2BE. Grayscale: #4A4A4A. Windows color (decimal): -14131903 or 4283688. OLE color: 4283688.
HSL color Cylindrical-coordinate representation of color #285D41: hue angle of 148.3º 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 #285D41 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 65 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.64 |
| HSL | 148.3º | 0.4% | 0.26% | - |
| HSV(B) | 148.3º | 0.57% | 0.36% | - |
| XYZ | 5.74 | 8.66 | 6.37 | - |
| YUV | 73.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 65 | 0.57 | 0 | 0.30 | 0.64 | 148.3 | 0.4 | 0.26 |
| Hex | 28 | 5D | 41 | 39 | 0 | 1E | 40 | 94 | 28 | 1A |
| Octal | 50 | 135 | 101 | 71 | 0 | 36 | 100 | 224 | 50 | 32 |
| Binary | 101000 | 1011101 | 1000001 | 111001 | 0 | 11110 | 1000000 | 10010100 | 101000 | 11010 |
Color Harmonies of #285D41
Complementary color
Monochromatic Colors of #285D41
Black with #285D41
Text Example
Text Example
White with #285D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D41; }
p { color: rgb(40,93,65); }
H1.HeaderClassName
{
color: #285D41;
}
.AnyTagClassName
{
color: #285D41;
}
</style>
background-color css
<style>
a { background-color: #285D41; }
a { background-color: rgb(40,93,65); }
div.DivClassName
{
background-color: #285D41;
}
.BgClassName
{
background-color: #285D41;
}
</style>
border-color css
<style>
span { border-color: #285D41; }
span { border-color: rgb(40,93,65); }
td.TdClassName
{
border-color: #285D41;
}
.TagClassName
{
border-color: #285D41;
}
</style>