Shades of Parsley #2F602A
Tints of Parsley #2F602A
RGB
CMYK
RGB Variations
Color information
#2F602A (or 0x2F602A) is known color: Parsley. HEX triplet: 2F, 60 and 2A. RGB value is (47,96,42). Sum of RGB (Red+Green+Blue) = 47+96+42=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #2F602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F602A is #D09FD5. Grayscale: #4B4B4B. Windows color (decimal): -13672406 or 2777135. OLE color: 2777135.
HSL color Cylindrical-coordinate representation of color #2F602A: hue angle of 114.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F602A is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 42 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.62 |
| HSL | 114.44º | 0.39% | 0.27% | - |
| HSV(B) | 114.44º | 0.56% | 0.38% | - |
| XYZ | 5.77 | 9.14 | 3.65 | - |
| YUV | 75.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 42 | 0.51 | 0 | 0.56 | 0.62 | 114.44 | 0.39 | 0.27 |
| Hex | 2F | 60 | 2A | 33 | 0 | 38 | 3E | 72 | 27 | 1B |
| Octal | 57 | 140 | 52 | 63 | 0 | 70 | 76 | 162 | 47 | 33 |
| Binary | 101111 | 1100000 | 101010 | 110011 | 0 | 111000 | 111110 | 1110010 | 100111 | 11011 |
Color Harmonies of #2F602A
Complementary color
Monochromatic Colors of #2F602A
Black with #2F602A
Text Example
Text Example
White with #2F602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F602A; }
p { color: rgb(47,96,42); }
H1.HeaderClassName
{
color: #2F602A;
}
.AnyTagClassName
{
color: #2F602A;
}
</style>
background-color css
<style>
a { background-color: #2F602A; }
a { background-color: rgb(47,96,42); }
div.DivClassName
{
background-color: #2F602A;
}
.BgClassName
{
background-color: #2F602A;
}
</style>
border-color css
<style>
span { border-color: #2F602A; }
span { border-color: rgb(47,96,42); }
td.TdClassName
{
border-color: #2F602A;
}
.TagClassName
{
border-color: #2F602A;
}
</style>