Shades of Green Pea #28684A
Tints of Green Pea #28684A
RGB
CMYK
RGB Variations
Color information
#28684A (or 0x28684A) is known color: Green Pea. HEX triplet: 28, 68 and 4A. RGB value is (40,104,74). Sum of RGB (Red+Green+Blue) = 40+104+74=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #28684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28684A is #D797B5. Grayscale: #515151. Windows color (decimal): -14129078 or 4876328. OLE color: 4876328.
HSL color Cylindrical-coordinate representation of color #28684A: hue angle of 151.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28684A is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 104 | 74 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.59 |
| HSL | 151.88º | 0.44% | 0.28% | - |
| HSV(B) | 151.88º | 0.62% | 0.41% | - |
| XYZ | 7.06 | 10.85 | 8.2 | - |
| YUV | 81.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 74 | 0.62 | 0 | 0.29 | 0.59 | 151.88 | 0.44 | 0.28 |
| Hex | 28 | 68 | 4A | 3E | 0 | 1D | 3B | 98 | 2C | 1C |
| Octal | 50 | 150 | 112 | 76 | 0 | 35 | 73 | 230 | 54 | 34 |
| Binary | 101000 | 1101000 | 1001010 | 111110 | 0 | 11101 | 111011 | 10011000 | 101100 | 11100 |
Color Harmonies of #28684A
Complementary color
Monochromatic Colors of #28684A
Black with #28684A
Text Example
Text Example
White with #28684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28684A; }
p { color: rgb(40,104,74); }
H1.HeaderClassName
{
color: #28684A;
}
.AnyTagClassName
{
color: #28684A;
}
</style>
background-color css
<style>
a { background-color: #28684A; }
a { background-color: rgb(40,104,74); }
div.DivClassName
{
background-color: #28684A;
}
.BgClassName
{
background-color: #28684A;
}
</style>
border-color css
<style>
span { border-color: #28684A; }
span { border-color: rgb(40,104,74); }
td.TdClassName
{
border-color: #28684A;
}
.TagClassName
{
border-color: #28684A;
}
</style>