Shades of Parsley #2F6332
Tints of Parsley #2F6332
RGB
CMYK
RGB Variations
Color information
#2F6332 (or 0x2F6332) is known color: Parsley. HEX triplet: 2F, 63 and 32. RGB value is (47,99,50). Sum of RGB (Red+Green+Blue) = 47+99+50=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6332 is #D09CCD. Grayscale: #4E4E4E. Windows color (decimal): -13671630 or 3302191. OLE color: 3302191.
HSL color Cylindrical-coordinate representation of color #2F6332: hue angle of 123.46º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6332 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 50 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.61 |
| HSL | 123.46º | 0.36% | 0.29% | - |
| HSV(B) | 123.46º | 0.53% | 0.39% | - |
| XYZ | 6.21 | 9.76 | 4.57 | - |
| YUV | 77.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 50 | 0.53 | 0 | 0.49 | 0.61 | 123.46 | 0.36 | 0.29 |
| Hex | 2F | 63 | 32 | 35 | 0 | 31 | 3D | 7B | 24 | 1D |
| Octal | 57 | 143 | 62 | 65 | 0 | 61 | 75 | 173 | 44 | 35 |
| Binary | 101111 | 1100011 | 110010 | 110101 | 0 | 110001 | 111101 | 1111011 | 100100 | 11101 |
Color Harmonies of #2F6332
Complementary color
Monochromatic Colors of #2F6332
Black with #2F6332
Text Example
Text Example
White with #2F6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6332; }
p { color: rgb(47,99,50); }
H1.HeaderClassName
{
color: #2F6332;
}
.AnyTagClassName
{
color: #2F6332;
}
</style>
background-color css
<style>
a { background-color: #2F6332; }
a { background-color: rgb(47,99,50); }
div.DivClassName
{
background-color: #2F6332;
}
.BgClassName
{
background-color: #2F6332;
}
</style>
border-color css
<style>
span { border-color: #2F6332; }
span { border-color: rgb(47,99,50); }
td.TdClassName
{
border-color: #2F6332;
}
.TagClassName
{
border-color: #2F6332;
}
</style>