Shades of Green Pea #285B45
Tints of Green Pea #285B45
RGB
CMYK
RGB Variations
Color information
#285B45 (or 0x285B45) is known color: Green Pea. HEX triplet: 28, 5B and 45. RGB value is (40,91,69). Sum of RGB (Red+Green+Blue) = 40+91+69=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #285B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B45 is #D7A4BA. Grayscale: #494949. Windows color (decimal): -14132411 or 4545320. OLE color: 4545320.
HSL color Cylindrical-coordinate representation of color #285B45: hue angle of 154.12º 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 #285B45 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 69 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.64 |
| HSL | 154.12º | 0.39% | 0.26% | - |
| HSV(B) | 154.12º | 0.56% | 0.36% | - |
| XYZ | 5.69 | 8.36 | 6.94 | - |
| YUV | 73.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 69 | 0.56 | 0 | 0.24 | 0.64 | 154.12 | 0.39 | 0.26 |
| Hex | 28 | 5B | 45 | 38 | 0 | 18 | 40 | 9A | 27 | 1A |
| Octal | 50 | 133 | 105 | 70 | 0 | 30 | 100 | 232 | 47 | 32 |
| Binary | 101000 | 1011011 | 1000101 | 111000 | 0 | 11000 | 1000000 | 10011010 | 100111 | 11010 |
Color Harmonies of #285B45
Complementary color
Monochromatic Colors of #285B45
Black with #285B45
Text Example
Text Example
White with #285B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B45; }
p { color: rgb(40,91,69); }
H1.HeaderClassName
{
color: #285B45;
}
.AnyTagClassName
{
color: #285B45;
}
</style>
background-color css
<style>
a { background-color: #285B45; }
a { background-color: rgb(40,91,69); }
div.DivClassName
{
background-color: #285B45;
}
.BgClassName
{
background-color: #285B45;
}
</style>
border-color css
<style>
span { border-color: #285B45; }
span { border-color: rgb(40,91,69); }
td.TdClassName
{
border-color: #285B45;
}
.TagClassName
{
border-color: #285B45;
}
</style>