Shades of Myrtle #2C472C
Tints of Myrtle #2C472C
RGB
CMYK
RGB Variations
Color information
#2C472C (or 0x2C472C) is known color: Myrtle. HEX triplet: 2C, 47 and 2C. RGB value is (44,71,44). Sum of RGB (Red+Green+Blue) = 44+71+44=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #2C472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C472C is #D3B8D3. Grayscale: #3B3B3B. Windows color (decimal): -13875412 or 2901804. OLE color: 2901804.
HSL color Cylindrical-coordinate representation of color #2C472C: hue angle of 120º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C472C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 44 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.72 |
| HSL | 120º | 0.23% | 0.23% | - |
| HSV(B) | 120º | 0.38% | 0.28% | - |
| XYZ | 3.75 | 5.22 | 3.19 | - |
| YUV | 59.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 44 | 0.38 | 0 | 0.38 | 0.72 | 120 | 0.23 | 0.23 |
| Hex | 2C | 47 | 2C | 26 | 0 | 26 | 48 | 78 | 17 | 17 |
| Octal | 54 | 107 | 54 | 46 | 0 | 46 | 110 | 170 | 27 | 27 |
| Binary | 101100 | 1000111 | 101100 | 100110 | 0 | 100110 | 1001000 | 1111000 | 10111 | 10111 |
Color Harmonies of #2C472C
Complementary color
Monochromatic Colors of #2C472C
Black with #2C472C
Text Example
Text Example
White with #2C472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C472C; }
p { color: rgb(44,71,44); }
H1.HeaderClassName
{
color: #2C472C;
}
.AnyTagClassName
{
color: #2C472C;
}
</style>
background-color css
<style>
a { background-color: #2C472C; }
a { background-color: rgb(44,71,44); }
div.DivClassName
{
background-color: #2C472C;
}
.BgClassName
{
background-color: #2C472C;
}
</style>
border-color css
<style>
span { border-color: #2C472C; }
span { border-color: rgb(44,71,44); }
td.TdClassName
{
border-color: #2C472C;
}
.TagClassName
{
border-color: #2C472C;
}
</style>