Shades of Parsley #2C532F
Tints of Parsley #2C532F
RGB
CMYK
RGB Variations
Color information
#2C532F (or 0x2C532F) is known color: Parsley. HEX triplet: 2C, 53 and 2F. RGB value is (44,83,47). Sum of RGB (Red+Green+Blue) = 44+83+47=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #2C532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C532F is #D3ACD0. Grayscale: #434343. Windows color (decimal): -13872337 or 3101484. OLE color: 3101484.
HSL color Cylindrical-coordinate representation of color #2C532F: hue angle of 124.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C532F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 47 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.67 |
| HSL | 124.62º | 0.31% | 0.25% | - |
| HSV(B) | 124.62º | 0.47% | 0.33% | - |
| XYZ | 4.65 | 6.93 | 3.78 | - |
| YUV | 67.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 47 | 0.47 | 0 | 0.43 | 0.67 | 124.62 | 0.31 | 0.25 |
| Hex | 2C | 53 | 2F | 2F | 0 | 2B | 43 | 7D | 1F | 19 |
| Octal | 54 | 123 | 57 | 57 | 0 | 53 | 103 | 175 | 37 | 31 |
| Binary | 101100 | 1010011 | 101111 | 101111 | 0 | 101011 | 1000011 | 1111101 | 11111 | 11001 |
Color Harmonies of #2C532F
Complementary color
Monochromatic Colors of #2C532F
Black with #2C532F
Text Example
Text Example
White with #2C532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C532F; }
p { color: rgb(44,83,47); }
H1.HeaderClassName
{
color: #2C532F;
}
.AnyTagClassName
{
color: #2C532F;
}
</style>
background-color css
<style>
a { background-color: #2C532F; }
a { background-color: rgb(44,83,47); }
div.DivClassName
{
background-color: #2C532F;
}
.BgClassName
{
background-color: #2C532F;
}
</style>
border-color css
<style>
span { border-color: #2C532F; }
span { border-color: rgb(44,83,47); }
td.TdClassName
{
border-color: #2C532F;
}
.TagClassName
{
border-color: #2C532F;
}
</style>