Shades of Parsley #275832
Tints of Parsley #275832
RGB
CMYK
RGB Variations
Color information
#275832 (or 0x275832) is known color: Parsley. HEX triplet: 27, 58 and 32. RGB value is (39,88,50). Sum of RGB (Red+Green+Blue) = 39+88+50=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #275832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275832 is #D8A7CD. Grayscale: #454545. Windows color (decimal): -14198734 or 3299367. OLE color: 3299367.
HSL color Cylindrical-coordinate representation of color #275832: hue angle of 133.47º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275832 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 88 | 50 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.65 |
| HSL | 133.47º | 0.39% | 0.25% | - |
| HSV(B) | 133.47º | 0.56% | 0.35% | - |
| XYZ | 4.9 | 7.64 | 4.23 | - |
| YUV | 69.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 50 | 0.56 | 0 | 0.43 | 0.65 | 133.47 | 0.39 | 0.25 |
| Hex | 27 | 58 | 32 | 38 | 0 | 2B | 41 | 85 | 27 | 19 |
| Octal | 47 | 130 | 62 | 70 | 0 | 53 | 101 | 205 | 47 | 31 |
| Binary | 100111 | 1011000 | 110010 | 111000 | 0 | 101011 | 1000001 | 10000101 | 100111 | 11001 |
Color Harmonies of #275832
Complementary color
Monochromatic Colors of #275832
Black with #275832
Text Example
Text Example
White with #275832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275832; }
p { color: rgb(39,88,50); }
H1.HeaderClassName
{
color: #275832;
}
.AnyTagClassName
{
color: #275832;
}
</style>
background-color css
<style>
a { background-color: #275832; }
a { background-color: rgb(39,88,50); }
div.DivClassName
{
background-color: #275832;
}
.BgClassName
{
background-color: #275832;
}
</style>
border-color css
<style>
span { border-color: #275832; }
span { border-color: rgb(39,88,50); }
td.TdClassName
{
border-color: #275832;
}
.TagClassName
{
border-color: #275832;
}
</style>