Shades of Parsley #2F5133
Tints of Parsley #2F5133
RGB
CMYK
RGB Variations
Color information
#2F5133 (or 0x2F5133) is known color: Parsley. HEX triplet: 2F, 51 and 33. RGB value is (47,81,51). Sum of RGB (Red+Green+Blue) = 47+81+51=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5133 is #D0AECC. Grayscale: #434343. Windows color (decimal): -13676237 or 3363119. OLE color: 3363119.
HSL color Cylindrical-coordinate representation of color #2F5133: hue angle of 127.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F5133 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 51 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.68 |
| HSL | 127.06º | 0.27% | 0.25% | - |
| HSV(B) | 127.06º | 0.42% | 0.32% | - |
| XYZ | 4.71 | 6.73 | 4.18 | - |
| YUV | 67.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 51 | 0.42 | 0 | 0.37 | 0.68 | 127.06 | 0.27 | 0.25 |
| Hex | 2F | 51 | 33 | 2A | 0 | 25 | 44 | 7F | 1B | 19 |
| Octal | 57 | 121 | 63 | 52 | 0 | 45 | 104 | 177 | 33 | 31 |
| Binary | 101111 | 1010001 | 110011 | 101010 | 0 | 100101 | 1000100 | 1111111 | 11011 | 11001 |
Color Harmonies of #2F5133
Complementary color
Monochromatic Colors of #2F5133
Black with #2F5133
Text Example
Text Example
White with #2F5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5133; }
p { color: rgb(47,81,51); }
H1.HeaderClassName
{
color: #2F5133;
}
.AnyTagClassName
{
color: #2F5133;
}
</style>
background-color css
<style>
a { background-color: #2F5133; }
a { background-color: rgb(47,81,51); }
div.DivClassName
{
background-color: #2F5133;
}
.BgClassName
{
background-color: #2F5133;
}
</style>
border-color css
<style>
span { border-color: #2F5133; }
span { border-color: rgb(47,81,51); }
td.TdClassName
{
border-color: #2F5133;
}
.TagClassName
{
border-color: #2F5133;
}
</style>