Shades of Myrtle #2C422A
Tints of Myrtle #2C422A
RGB
CMYK
RGB Variations
Color information
#2C422A (or 0x2C422A) is known color: Myrtle. HEX triplet: 2C, 42 and 2A. RGB value is (44,66,42). Sum of RGB (Red+Green+Blue) = 44+66+42=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #2C422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C422A is #D3BDD5. Grayscale: #383838. Windows color (decimal): -13876694 or 2769452. OLE color: 2769452.
HSL color Cylindrical-coordinate representation of color #2C422A: hue angle of 115º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C422A is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 42 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.74 |
| HSL | 115º | 0.22% | 0.21% | - |
| HSV(B) | 115º | 0.36% | 0.26% | - |
| XYZ | 3.4 | 4.6 | 2.9 | - |
| YUV | 56.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 42 | 0.33 | 0 | 0.36 | 0.74 | 115 | 0.22 | 0.21 |
| Hex | 2C | 42 | 2A | 21 | 0 | 24 | 4A | 73 | 16 | 15 |
| Octal | 54 | 102 | 52 | 41 | 0 | 44 | 112 | 163 | 26 | 25 |
| Binary | 101100 | 1000010 | 101010 | 100001 | 0 | 100100 | 1001010 | 1110011 | 10110 | 10101 |
Color Harmonies of #2C422A
Complementary color
Monochromatic Colors of #2C422A
Black with #2C422A
Text Example
Text Example
White with #2C422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C422A; }
p { color: rgb(44,66,42); }
H1.HeaderClassName
{
color: #2C422A;
}
.AnyTagClassName
{
color: #2C422A;
}
</style>
background-color css
<style>
a { background-color: #2C422A; }
a { background-color: rgb(44,66,42); }
div.DivClassName
{
background-color: #2C422A;
}
.BgClassName
{
background-color: #2C422A;
}
</style>
border-color css
<style>
span { border-color: #2C422A; }
span { border-color: rgb(44,66,42); }
td.TdClassName
{
border-color: #2C422A;
}
.TagClassName
{
border-color: #2C422A;
}
</style>