Shades of Green Pea #285F43
Tints of Green Pea #285F43
RGB
CMYK
RGB Variations
Color information
#285F43 (or 0x285F43) is known color: Green Pea. HEX triplet: 28, 5F and 43. RGB value is (40,95,67). Sum of RGB (Red+Green+Blue) = 40+95+67=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #285F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F43 is #D7A0BC. Grayscale: #4B4B4B. Windows color (decimal): -14131389 or 4415272. OLE color: 4415272.
HSL color Cylindrical-coordinate representation of color #285F43: hue angle of 149.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F43 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 67 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.63 |
| HSL | 149.45º | 0.41% | 0.26% | - |
| HSV(B) | 149.45º | 0.58% | 0.37% | - |
| XYZ | 5.98 | 9.04 | 6.74 | - |
| YUV | 75.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 67 | 0.58 | 0 | 0.29 | 0.63 | 149.45 | 0.41 | 0.26 |
| Hex | 28 | 5F | 43 | 3A | 0 | 1D | 3F | 95 | 29 | 1A |
| Octal | 50 | 137 | 103 | 72 | 0 | 35 | 77 | 225 | 51 | 32 |
| Binary | 101000 | 1011111 | 1000011 | 111010 | 0 | 11101 | 111111 | 10010101 | 101001 | 11010 |
Color Harmonies of #285F43
Complementary color
Monochromatic Colors of #285F43
Black with #285F43
Text Example
Text Example
White with #285F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F43; }
p { color: rgb(40,95,67); }
H1.HeaderClassName
{
color: #285F43;
}
.AnyTagClassName
{
color: #285F43;
}
</style>
background-color css
<style>
a { background-color: #285F43; }
a { background-color: rgb(40,95,67); }
div.DivClassName
{
background-color: #285F43;
}
.BgClassName
{
background-color: #285F43;
}
</style>
border-color css
<style>
span { border-color: #285F43; }
span { border-color: rgb(40,95,67); }
td.TdClassName
{
border-color: #285F43;
}
.TagClassName
{
border-color: #285F43;
}
</style>