Shades of Green Pea #28644A
Tints of Green Pea #28644A
RGB
CMYK
RGB Variations
Color information
#28644A (or 0x28644A) is known color: Green Pea. HEX triplet: 28, 64 and 4A. RGB value is (40,100,74). Sum of RGB (Red+Green+Blue) = 40+100+74=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #28644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28644A is #D79BB5. Grayscale: #4F4F4F. Windows color (decimal): -14130102 or 4875304. OLE color: 4875304.
HSL color Cylindrical-coordinate representation of color #28644A: hue angle of 154º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28644A is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 74 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.61 |
| HSL | 154º | 0.43% | 0.27% | - |
| HSV(B) | 154º | 0.6% | 0.39% | - |
| XYZ | 6.67 | 10.06 | 8.07 | - |
| YUV | 79.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 74 | 0.6 | 0 | 0.26 | 0.61 | 154 | 0.43 | 0.27 |
| Hex | 28 | 64 | 4A | 3C | 0 | 1A | 3D | 9A | 2B | 1B |
| Octal | 50 | 144 | 112 | 74 | 0 | 32 | 75 | 232 | 53 | 33 |
| Binary | 101000 | 1100100 | 1001010 | 111100 | 0 | 11010 | 111101 | 10011010 | 101011 | 11011 |
Color Harmonies of #28644A
Complementary color
Monochromatic Colors of #28644A
Black with #28644A
Text Example
Text Example
White with #28644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28644A; }
p { color: rgb(40,100,74); }
H1.HeaderClassName
{
color: #28644A;
}
.AnyTagClassName
{
color: #28644A;
}
</style>
background-color css
<style>
a { background-color: #28644A; }
a { background-color: rgb(40,100,74); }
div.DivClassName
{
background-color: #28644A;
}
.BgClassName
{
background-color: #28644A;
}
</style>
border-color css
<style>
span { border-color: #28644A; }
span { border-color: rgb(40,100,74); }
td.TdClassName
{
border-color: #28644A;
}
.TagClassName
{
border-color: #28644A;
}
</style>