Shades of Parsley #274E2B
Tints of Parsley #274E2B
RGB
CMYK
RGB Variations
Color information
#274E2B (or 0x274E2B) is known color: Parsley. HEX triplet: 27, 4E and 2B. RGB value is (39,78,43). Sum of RGB (Red+Green+Blue) = 39+78+43=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #274E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E2B is #D8B1D4. Grayscale: #3E3E3E. Windows color (decimal): -14201301 or 2838055. OLE color: 2838055.
HSL color Cylindrical-coordinate representation of color #274E2B: hue angle of 126.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274E2B is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 78 | 43 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.69 |
| HSL | 126.15º | 0.33% | 0.23% | - |
| HSV(B) | 126.15º | 0.5% | 0.31% | - |
| XYZ | 4 | 6.05 | 3.24 | - |
| YUV | 62.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 43 | 0.50 | 0 | 0.45 | 0.69 | 126.15 | 0.33 | 0.23 |
| Hex | 27 | 4E | 2B | 32 | 0 | 2D | 45 | 7E | 21 | 17 |
| Octal | 47 | 116 | 53 | 62 | 0 | 55 | 105 | 176 | 41 | 27 |
| Binary | 100111 | 1001110 | 101011 | 110010 | 0 | 101101 | 1000101 | 1111110 | 100001 | 10111 |
Color Harmonies of #274E2B
Complementary color
Monochromatic Colors of #274E2B
Black with #274E2B
Text Example
Text Example
White with #274E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E2B; }
p { color: rgb(39,78,43); }
H1.HeaderClassName
{
color: #274E2B;
}
.AnyTagClassName
{
color: #274E2B;
}
</style>
background-color css
<style>
a { background-color: #274E2B; }
a { background-color: rgb(39,78,43); }
div.DivClassName
{
background-color: #274E2B;
}
.BgClassName
{
background-color: #274E2B;
}
</style>
border-color css
<style>
span { border-color: #274E2B; }
span { border-color: rgb(39,78,43); }
td.TdClassName
{
border-color: #274E2B;
}
.TagClassName
{
border-color: #274E2B;
}
</style>