Shades of Green Pea #285F3C
Tints of Green Pea #285F3C
RGB
CMYK
RGB Variations
Color information
#285F3C (or 0x285F3C) is known color: Green Pea. HEX triplet: 28, 5F and 3C. RGB value is (40,95,60). Sum of RGB (Red+Green+Blue) = 40+95+60=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 95 - color contains mainly: green. Hex color #285F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F3C is #D7A0C3. Grayscale: #4A4A4A. Windows color (decimal): -14131396 or 3956520. OLE color: 3956520.
HSL color Cylindrical-coordinate representation of color #285F3C: hue angle of 141.82º 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 #285F3C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 60 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.63 |
| HSL | 141.82º | 0.41% | 0.26% | - |
| HSV(B) | 141.82º | 0.58% | 0.37% | - |
| XYZ | 5.78 | 8.96 | 5.7 | - |
| YUV | 74.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 60 | 0.58 | 0 | 0.37 | 0.63 | 141.82 | 0.41 | 0.26 |
| Hex | 28 | 5F | 3C | 3A | 0 | 25 | 3F | 8E | 29 | 1A |
| Octal | 50 | 137 | 74 | 72 | 0 | 45 | 77 | 216 | 51 | 32 |
| Binary | 101000 | 1011111 | 111100 | 111010 | 0 | 100101 | 111111 | 10001110 | 101001 | 11010 |
Color Harmonies of #285F3C
Complementary color
Monochromatic Colors of #285F3C
Black with #285F3C
Text Example
Text Example
White with #285F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F3C; }
p { color: rgb(40,95,60); }
H1.HeaderClassName
{
color: #285F3C;
}
.AnyTagClassName
{
color: #285F3C;
}
</style>
background-color css
<style>
a { background-color: #285F3C; }
a { background-color: rgb(40,95,60); }
div.DivClassName
{
background-color: #285F3C;
}
.BgClassName
{
background-color: #285F3C;
}
</style>
border-color css
<style>
span { border-color: #285F3C; }
span { border-color: rgb(40,95,60); }
td.TdClassName
{
border-color: #285F3C;
}
.TagClassName
{
border-color: #285F3C;
}
</style>