Shades of Parsley #2F6033
Tints of Parsley #2F6033
RGB
CMYK
RGB Variations
Color information
#2F6033 (or 0x2F6033) is known color: Parsley. HEX triplet: 2F, 60 and 33. RGB value is (47,96,51). Sum of RGB (Red+Green+Blue) = 47+96+51=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6033 is #D09FCC. Grayscale: #4C4C4C. Windows color (decimal): -13672397 or 3366959. OLE color: 3366959.
HSL color Cylindrical-coordinate representation of color #2F6033: hue angle of 124.9º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6033 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 51 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.62 |
| HSL | 124.9º | 0.34% | 0.28% | - |
| HSV(B) | 124.9º | 0.51% | 0.38% | - |
| XYZ | 5.95 | 9.21 | 4.6 | - |
| YUV | 76.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 51 | 0.51 | 0 | 0.47 | 0.62 | 124.9 | 0.34 | 0.28 |
| Hex | 2F | 60 | 33 | 33 | 0 | 2F | 3E | 7D | 22 | 1C |
| Octal | 57 | 140 | 63 | 63 | 0 | 57 | 76 | 175 | 42 | 34 |
| Binary | 101111 | 1100000 | 110011 | 110011 | 0 | 101111 | 111110 | 1111101 | 100010 | 11100 |
Color Harmonies of #2F6033
Complementary color
Monochromatic Colors of #2F6033
Black with #2F6033
Text Example
Text Example
White with #2F6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6033; }
p { color: rgb(47,96,51); }
H1.HeaderClassName
{
color: #2F6033;
}
.AnyTagClassName
{
color: #2F6033;
}
</style>
background-color css
<style>
a { background-color: #2F6033; }
a { background-color: rgb(47,96,51); }
div.DivClassName
{
background-color: #2F6033;
}
.BgClassName
{
background-color: #2F6033;
}
</style>
border-color css
<style>
span { border-color: #2F6033; }
span { border-color: rgb(47,96,51); }
td.TdClassName
{
border-color: #2F6033;
}
.TagClassName
{
border-color: #2F6033;
}
</style>