Shades of Green Pea #285B46
Tints of Green Pea #285B46
RGB
CMYK
RGB Variations
Color information
#285B46 (or 0x285B46) is known color: Green Pea. HEX triplet: 28, 5B and 46. RGB value is (40,91,70). Sum of RGB (Red+Green+Blue) = 40+91+70=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #285B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B46 is #D7A4B9. Grayscale: #494949. Windows color (decimal): -14132410 or 4610856. OLE color: 4610856.
HSL color Cylindrical-coordinate representation of color #285B46: hue angle of 155.29º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B46 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 70 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.64 |
| HSL | 155.29º | 0.39% | 0.26% | - |
| HSV(B) | 155.29º | 0.56% | 0.36% | - |
| XYZ | 5.72 | 8.38 | 7.11 | - |
| YUV | 73.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 70 | 0.56 | 0 | 0.23 | 0.64 | 155.29 | 0.39 | 0.26 |
| Hex | 28 | 5B | 46 | 38 | 0 | 17 | 40 | 9B | 27 | 1A |
| Octal | 50 | 133 | 106 | 70 | 0 | 27 | 100 | 233 | 47 | 32 |
| Binary | 101000 | 1011011 | 1000110 | 111000 | 0 | 10111 | 1000000 | 10011011 | 100111 | 11010 |
Color Harmonies of #285B46
Complementary color
Monochromatic Colors of #285B46
Black with #285B46
Text Example
Text Example
White with #285B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B46; }
p { color: rgb(40,91,70); }
H1.HeaderClassName
{
color: #285B46;
}
.AnyTagClassName
{
color: #285B46;
}
</style>
background-color css
<style>
a { background-color: #285B46; }
a { background-color: rgb(40,91,70); }
div.DivClassName
{
background-color: #285B46;
}
.BgClassName
{
background-color: #285B46;
}
</style>
border-color css
<style>
span { border-color: #285B46; }
span { border-color: rgb(40,91,70); }
td.TdClassName
{
border-color: #285B46;
}
.TagClassName
{
border-color: #285B46;
}
</style>