Shades of Green Pea #285D3C
Tints of Green Pea #285D3C
RGB
CMYK
RGB Variations
Color information
#285D3C (or 0x285D3C) is known color: Green Pea. HEX triplet: 28, 5D and 3C. RGB value is (40,93,60). Sum of RGB (Red+Green+Blue) = 40+93+60=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #285D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D3C is #D7A2C3. Grayscale: #494949. Windows color (decimal): -14131908 or 3956008. OLE color: 3956008.
HSL color Cylindrical-coordinate representation of color #285D3C: hue angle of 142.64º 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 #285D3C is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 60 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.64 |
| HSL | 142.64º | 0.4% | 0.26% | - |
| HSV(B) | 142.64º | 0.57% | 0.36% | - |
| XYZ | 5.61 | 8.61 | 5.64 | - |
| YUV | 73.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 60 | 0.57 | 0 | 0.35 | 0.64 | 142.64 | 0.4 | 0.26 |
| Hex | 28 | 5D | 3C | 39 | 0 | 23 | 40 | 8F | 28 | 1A |
| Octal | 50 | 135 | 74 | 71 | 0 | 43 | 100 | 217 | 50 | 32 |
| Binary | 101000 | 1011101 | 111100 | 111001 | 0 | 100011 | 1000000 | 10001111 | 101000 | 11010 |
Color Harmonies of #285D3C
Complementary color
Monochromatic Colors of #285D3C
Black with #285D3C
Text Example
Text Example
White with #285D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D3C; }
p { color: rgb(40,93,60); }
H1.HeaderClassName
{
color: #285D3C;
}
.AnyTagClassName
{
color: #285D3C;
}
</style>
background-color css
<style>
a { background-color: #285D3C; }
a { background-color: rgb(40,93,60); }
div.DivClassName
{
background-color: #285D3C;
}
.BgClassName
{
background-color: #285D3C;
}
</style>
border-color css
<style>
span { border-color: #285D3C; }
span { border-color: rgb(40,93,60); }
td.TdClassName
{
border-color: #285D3C;
}
.TagClassName
{
border-color: #285D3C;
}
</style>