Shades of Parsley #2F5A34
Tints of Parsley #2F5A34
RGB
CMYK
RGB Variations
Color information
#2F5A34 (or 0x2F5A34) is known color: Parsley. HEX triplet: 2F, 5A and 34. RGB value is (47,90,52). Sum of RGB (Red+Green+Blue) = 47+90+52=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A34 is #D0A5CB. Grayscale: #484848. Windows color (decimal): -13673932 or 3430959. OLE color: 3430959.
HSL color Cylindrical-coordinate representation of color #2F5A34: hue angle of 126.98º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A34 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 52 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.65 |
| HSL | 126.98º | 0.31% | 0.27% | - |
| HSV(B) | 126.98º | 0.48% | 0.35% | - |
| XYZ | 5.45 | 8.16 | 4.54 | - |
| YUV | 72.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 52 | 0.48 | 0 | 0.42 | 0.65 | 126.98 | 0.31 | 0.27 |
| Hex | 2F | 5A | 34 | 30 | 0 | 2A | 41 | 7F | 1F | 1B |
| Octal | 57 | 132 | 64 | 60 | 0 | 52 | 101 | 177 | 37 | 33 |
| Binary | 101111 | 1011010 | 110100 | 110000 | 0 | 101010 | 1000001 | 1111111 | 11111 | 11011 |
Color Harmonies of #2F5A34
Complementary color
Monochromatic Colors of #2F5A34
Black with #2F5A34
Text Example
Text Example
White with #2F5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A34; }
p { color: rgb(47,90,52); }
H1.HeaderClassName
{
color: #2F5A34;
}
.AnyTagClassName
{
color: #2F5A34;
}
</style>
background-color css
<style>
a { background-color: #2F5A34; }
a { background-color: rgb(47,90,52); }
div.DivClassName
{
background-color: #2F5A34;
}
.BgClassName
{
background-color: #2F5A34;
}
</style>
border-color css
<style>
span { border-color: #2F5A34; }
span { border-color: rgb(47,90,52); }
td.TdClassName
{
border-color: #2F5A34;
}
.TagClassName
{
border-color: #2F5A34;
}
</style>