Shades of Parsley #2F602B
Tints of Parsley #2F602B
RGB
CMYK
RGB Variations
Color information
#2F602B (or 0x2F602B) is known color: Parsley. HEX triplet: 2F, 60 and 2B. RGB value is (47,96,43). Sum of RGB (Red+Green+Blue) = 47+96+43=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #2F602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F602B is #D09FD4. Grayscale: #4B4B4B. Windows color (decimal): -13672405 or 2842671. OLE color: 2842671.
HSL color Cylindrical-coordinate representation of color #2F602B: hue angle of 115.47º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F602B is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 43 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.62 |
| HSL | 115.47º | 0.38% | 0.27% | - |
| HSV(B) | 115.47º | 0.55% | 0.38% | - |
| XYZ | 5.79 | 9.14 | 3.75 | - |
| YUV | 75.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 43 | 0.51 | 0 | 0.55 | 0.62 | 115.47 | 0.38 | 0.27 |
| Hex | 2F | 60 | 2B | 33 | 0 | 37 | 3E | 73 | 26 | 1B |
| Octal | 57 | 140 | 53 | 63 | 0 | 67 | 76 | 163 | 46 | 33 |
| Binary | 101111 | 1100000 | 101011 | 110011 | 0 | 110111 | 111110 | 1110011 | 100110 | 11011 |
Color Harmonies of #2F602B
Complementary color
Monochromatic Colors of #2F602B
Black with #2F602B
Text Example
Text Example
White with #2F602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F602B; }
p { color: rgb(47,96,43); }
H1.HeaderClassName
{
color: #2F602B;
}
.AnyTagClassName
{
color: #2F602B;
}
</style>
background-color css
<style>
a { background-color: #2F602B; }
a { background-color: rgb(47,96,43); }
div.DivClassName
{
background-color: #2F602B;
}
.BgClassName
{
background-color: #2F602B;
}
</style>
border-color css
<style>
span { border-color: #2F602B; }
span { border-color: rgb(47,96,43); }
td.TdClassName
{
border-color: #2F602B;
}
.TagClassName
{
border-color: #2F602B;
}
</style>