Shades of Parsley #2F5430
Tints of Parsley #2F5430
RGB
CMYK
RGB Variations
Color information
#2F5430 (or 0x2F5430) is known color: Parsley. HEX triplet: 2F, 54 and 30. RGB value is (47,84,48). Sum of RGB (Red+Green+Blue) = 47+84+48=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5430 is #D0ABCF. Grayscale: #444444. Windows color (decimal): -13675472 or 3167279. OLE color: 3167279.
HSL color Cylindrical-coordinate representation of color #2F5430: hue angle of 121.62º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F5430 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 48 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.67 |
| HSL | 121.62º | 0.28% | 0.26% | - |
| HSV(B) | 121.62º | 0.44% | 0.33% | - |
| XYZ | 4.88 | 7.16 | 3.92 | - |
| YUV | 68.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 48 | 0.44 | 0 | 0.43 | 0.67 | 121.62 | 0.28 | 0.26 |
| Hex | 2F | 54 | 30 | 2C | 0 | 2B | 43 | 7A | 1C | 1A |
| Octal | 57 | 124 | 60 | 54 | 0 | 53 | 103 | 172 | 34 | 32 |
| Binary | 101111 | 1010100 | 110000 | 101100 | 0 | 101011 | 1000011 | 1111010 | 11100 | 11010 |
Color Harmonies of #2F5430
Complementary color
Monochromatic Colors of #2F5430
Black with #2F5430
Text Example
Text Example
White with #2F5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5430; }
p { color: rgb(47,84,48); }
H1.HeaderClassName
{
color: #2F5430;
}
.AnyTagClassName
{
color: #2F5430;
}
</style>
background-color css
<style>
a { background-color: #2F5430; }
a { background-color: rgb(47,84,48); }
div.DivClassName
{
background-color: #2F5430;
}
.BgClassName
{
background-color: #2F5430;
}
</style>
border-color css
<style>
span { border-color: #2F5430; }
span { border-color: rgb(47,84,48); }
td.TdClassName
{
border-color: #2F5430;
}
.TagClassName
{
border-color: #2F5430;
}
</style>