Shades of Parsley #275229
Tints of Parsley #275229
RGB
CMYK
RGB Variations
Color information
#275229 (or 0x275229) is known color: Parsley. HEX triplet: 27, 52 and 29. RGB value is (39,82,41). Sum of RGB (Red+Green+Blue) = 39+82+41=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #275229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275229 is #D8ADD6. Grayscale: #404040. Windows color (decimal): -14200279 or 2708007. OLE color: 2708007.
HSL color Cylindrical-coordinate representation of color #275229: hue angle of 122.79º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275229 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 41 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.68 |
| HSL | 122.79º | 0.36% | 0.24% | - |
| HSV(B) | 122.79º | 0.52% | 0.32% | - |
| XYZ | 4.25 | 6.63 | 3.15 | - |
| YUV | 64.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 41 | 0.52 | 0 | 0.50 | 0.68 | 122.79 | 0.36 | 0.24 |
| Hex | 27 | 52 | 29 | 34 | 0 | 32 | 44 | 7B | 24 | 18 |
| Octal | 47 | 122 | 51 | 64 | 0 | 62 | 104 | 173 | 44 | 30 |
| Binary | 100111 | 1010010 | 101001 | 110100 | 0 | 110010 | 1000100 | 1111011 | 100100 | 11000 |
Color Harmonies of #275229
Complementary color
Monochromatic Colors of #275229
Black with #275229
Text Example
Text Example
White with #275229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275229; }
p { color: rgb(39,82,41); }
H1.HeaderClassName
{
color: #275229;
}
.AnyTagClassName
{
color: #275229;
}
</style>
background-color css
<style>
a { background-color: #275229; }
a { background-color: rgb(39,82,41); }
div.DivClassName
{
background-color: #275229;
}
.BgClassName
{
background-color: #275229;
}
</style>
border-color css
<style>
span { border-color: #275229; }
span { border-color: rgb(39,82,41); }
td.TdClassName
{
border-color: #275229;
}
.TagClassName
{
border-color: #275229;
}
</style>