Shades of Myrtle #2C452A
Tints of Myrtle #2C452A
RGB
CMYK
RGB Variations
Color information
#2C452A (or 0x2C452A) is known color: Myrtle. HEX triplet: 2C, 45 and 2A. RGB value is (44,69,42). Sum of RGB (Red+Green+Blue) = 44+69+42=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #2C452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C452A is #D3BAD5. Grayscale: #3A3A3A. Windows color (decimal): -13875926 or 2770220. OLE color: 2770220.
HSL color Cylindrical-coordinate representation of color #2C452A: hue angle of 115.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C452A is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 69 | 42 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.73 |
| HSL | 115.56º | 0.24% | 0.22% | - |
| HSV(B) | 115.56º | 0.39% | 0.27% | - |
| XYZ | 3.58 | 4.96 | 2.96 | - |
| YUV | 58.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 42 | 0.36 | 0 | 0.39 | 0.73 | 115.56 | 0.24 | 0.22 |
| Hex | 2C | 45 | 2A | 24 | 0 | 27 | 49 | 74 | 18 | 16 |
| Octal | 54 | 105 | 52 | 44 | 0 | 47 | 111 | 164 | 30 | 26 |
| Binary | 101100 | 1000101 | 101010 | 100100 | 0 | 100111 | 1001001 | 1110100 | 11000 | 10110 |
Color Harmonies of #2C452A
Complementary color
Monochromatic Colors of #2C452A
Black with #2C452A
Text Example
Text Example
White with #2C452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C452A; }
p { color: rgb(44,69,42); }
H1.HeaderClassName
{
color: #2C452A;
}
.AnyTagClassName
{
color: #2C452A;
}
</style>
background-color css
<style>
a { background-color: #2C452A; }
a { background-color: rgb(44,69,42); }
div.DivClassName
{
background-color: #2C452A;
}
.BgClassName
{
background-color: #2C452A;
}
</style>
border-color css
<style>
span { border-color: #2C452A; }
span { border-color: rgb(44,69,42); }
td.TdClassName
{
border-color: #2C452A;
}
.TagClassName
{
border-color: #2C452A;
}
</style>