Shades of Parsley #275D2D
Tints of Parsley #275D2D
RGB
CMYK
RGB Variations
Color information
#275D2D (or 0x275D2D) is known color: Parsley. HEX triplet: 27, 5D and 2D. RGB value is (39,93,45). Sum of RGB (Red+Green+Blue) = 39+93+45=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #275D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D2D is #D8A2D2. Grayscale: #474747. Windows color (decimal): -14197459 or 2972967. OLE color: 2972967.
HSL color Cylindrical-coordinate representation of color #275D2D: hue angle of 126.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D2D is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 45 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.64 |
| HSL | 126.67º | 0.41% | 0.26% | - |
| HSV(B) | 126.67º | 0.58% | 0.36% | - |
| XYZ | 5.22 | 8.45 | 3.84 | - |
| YUV | 71.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 45 | 0.58 | 0 | 0.52 | 0.64 | 126.67 | 0.41 | 0.26 |
| Hex | 27 | 5D | 2D | 3A | 0 | 34 | 40 | 7F | 29 | 1A |
| Octal | 47 | 135 | 55 | 72 | 0 | 64 | 100 | 177 | 51 | 32 |
| Binary | 100111 | 1011101 | 101101 | 111010 | 0 | 110100 | 1000000 | 1111111 | 101001 | 11010 |
Color Harmonies of #275D2D
Complementary color
Monochromatic Colors of #275D2D
Black with #275D2D
Text Example
Text Example
White with #275D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D2D; }
p { color: rgb(39,93,45); }
H1.HeaderClassName
{
color: #275D2D;
}
.AnyTagClassName
{
color: #275D2D;
}
</style>
background-color css
<style>
a { background-color: #275D2D; }
a { background-color: rgb(39,93,45); }
div.DivClassName
{
background-color: #275D2D;
}
.BgClassName
{
background-color: #275D2D;
}
</style>
border-color css
<style>
span { border-color: #275D2D; }
span { border-color: rgb(39,93,45); }
td.TdClassName
{
border-color: #275D2D;
}
.TagClassName
{
border-color: #275D2D;
}
</style>