Shades of Parsley #275F2E
Tints of Parsley #275F2E
RGB
CMYK
RGB Variations
Color information
#275F2E (or 0x275F2E) is known color: Parsley. HEX triplet: 27, 5F and 2E. RGB value is (39,95,46). Sum of RGB (Red+Green+Blue) = 39+95+46=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #275F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275F2E is #D8A0D1. Grayscale: #484848. Windows color (decimal): -14196946 or 3039015. OLE color: 3039015.
HSL color Cylindrical-coordinate representation of color #275F2E: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275F2E is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 95 | 46 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.63 |
| HSL | 127.5º | 0.42% | 0.26% | - |
| HSV(B) | 127.5º | 0.59% | 0.37% | - |
| XYZ | 5.42 | 8.81 | 4 | - |
| YUV | 72.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 46 | 0.59 | 0 | 0.52 | 0.63 | 127.5 | 0.42 | 0.26 |
| Hex | 27 | 5F | 2E | 3B | 0 | 34 | 3F | 80 | 2A | 1A |
| Octal | 47 | 137 | 56 | 73 | 0 | 64 | 77 | 200 | 52 | 32 |
| Binary | 100111 | 1011111 | 101110 | 111011 | 0 | 110100 | 111111 | 10000000 | 101010 | 11010 |
Color Harmonies of #275F2E
Complementary color
Monochromatic Colors of #275F2E
Black with #275F2E
Text Example
Text Example
White with #275F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F2E; }
p { color: rgb(39,95,46); }
H1.HeaderClassName
{
color: #275F2E;
}
.AnyTagClassName
{
color: #275F2E;
}
</style>
background-color css
<style>
a { background-color: #275F2E; }
a { background-color: rgb(39,95,46); }
div.DivClassName
{
background-color: #275F2E;
}
.BgClassName
{
background-color: #275F2E;
}
</style>
border-color css
<style>
span { border-color: #275F2E; }
span { border-color: rgb(39,95,46); }
td.TdClassName
{
border-color: #275F2E;
}
.TagClassName
{
border-color: #275F2E;
}
</style>