Shades of Parsley #28612C
Tints of Parsley #28612C
RGB
CMYK
RGB Variations
Color information
#28612C (or 0x28612C) is known color: Parsley. HEX triplet: 28, 61 and 2C. RGB value is (40,97,44). Sum of RGB (Red+Green+Blue) = 40+97+44=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #28612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28612C is #D79ED3. Grayscale: #4A4A4A. Windows color (decimal): -14130900 or 2908456. OLE color: 2908456.
HSL color Cylindrical-coordinate representation of color #28612C: hue angle of 124.21º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28612C is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 97 | 44 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.62 |
| HSL | 124.21º | 0.42% | 0.27% | - |
| HSV(B) | 124.21º | 0.59% | 0.38% | - |
| XYZ | 5.6 | 9.18 | 3.86 | - |
| YUV | 73.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 44 | 0.59 | 0 | 0.55 | 0.62 | 124.21 | 0.42 | 0.27 |
| Hex | 28 | 61 | 2C | 3B | 0 | 37 | 3E | 7C | 2A | 1B |
| Octal | 50 | 141 | 54 | 73 | 0 | 67 | 76 | 174 | 52 | 33 |
| Binary | 101000 | 1100001 | 101100 | 111011 | 0 | 110111 | 111110 | 1111100 | 101010 | 11011 |
Color Harmonies of #28612C
Complementary color
Monochromatic Colors of #28612C
Black with #28612C
Text Example
Text Example
White with #28612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28612C; }
p { color: rgb(40,97,44); }
H1.HeaderClassName
{
color: #28612C;
}
.AnyTagClassName
{
color: #28612C;
}
</style>
background-color css
<style>
a { background-color: #28612C; }
a { background-color: rgb(40,97,44); }
div.DivClassName
{
background-color: #28612C;
}
.BgClassName
{
background-color: #28612C;
}
</style>
border-color css
<style>
span { border-color: #28612C; }
span { border-color: rgb(40,97,44); }
td.TdClassName
{
border-color: #28612C;
}
.TagClassName
{
border-color: #28612C;
}
</style>