Shades of Green Pea #285D3F
Tints of Green Pea #285D3F
RGB
CMYK
RGB Variations
Color information
#285D3F (or 0x285D3F) is known color: Green Pea. HEX triplet: 28, 5D and 3F. RGB value is (40,93,63). Sum of RGB (Red+Green+Blue) = 40+93+63=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #285D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D3F is #D7A2C0. Grayscale: #494949. Windows color (decimal): -14131905 or 4152616. OLE color: 4152616.
HSL color Cylindrical-coordinate representation of color #285D3F: hue angle of 146.04º 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 #285D3F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 63 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.64 |
| HSL | 146.04º | 0.4% | 0.26% | - |
| HSV(B) | 146.04º | 0.57% | 0.36% | - |
| XYZ | 5.69 | 8.64 | 6.07 | - |
| YUV | 73.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 63 | 0.57 | 0 | 0.32 | 0.64 | 146.04 | 0.4 | 0.26 |
| Hex | 28 | 5D | 3F | 39 | 0 | 20 | 40 | 92 | 28 | 1A |
| Octal | 50 | 135 | 77 | 71 | 0 | 40 | 100 | 222 | 50 | 32 |
| Binary | 101000 | 1011101 | 111111 | 111001 | 0 | 100000 | 1000000 | 10010010 | 101000 | 11010 |
Color Harmonies of #285D3F
Complementary color
Monochromatic Colors of #285D3F
Black with #285D3F
Text Example
Text Example
White with #285D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D3F; }
p { color: rgb(40,93,63); }
H1.HeaderClassName
{
color: #285D3F;
}
.AnyTagClassName
{
color: #285D3F;
}
</style>
background-color css
<style>
a { background-color: #285D3F; }
a { background-color: rgb(40,93,63); }
div.DivClassName
{
background-color: #285D3F;
}
.BgClassName
{
background-color: #285D3F;
}
</style>
border-color css
<style>
span { border-color: #285D3F; }
span { border-color: rgb(40,93,63); }
td.TdClassName
{
border-color: #285D3F;
}
.TagClassName
{
border-color: #285D3F;
}
</style>