Shades of Myrtle #2C442B
Tints of Myrtle #2C442B
RGB
CMYK
RGB Variations
Color information
#2C442B (or 0x2C442B) is known color: Myrtle. HEX triplet: 2C, 44 and 2B. RGB value is (44,68,43). Sum of RGB (Red+Green+Blue) = 44+68+43=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #2C442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C442B is #D3BBD4. Grayscale: #3A3A3A. Windows color (decimal): -13876181 or 2835500. OLE color: 2835500.
HSL color Cylindrical-coordinate representation of color #2C442B: hue angle of 117.6º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C442B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 68 | 43 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.73 |
| HSL | 117.6º | 0.23% | 0.22% | - |
| HSV(B) | 117.6º | 0.37% | 0.27% | - |
| XYZ | 3.54 | 4.84 | 3.03 | - |
| YUV | 57.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 43 | 0.35 | 0 | 0.37 | 0.73 | 117.6 | 0.23 | 0.22 |
| Hex | 2C | 44 | 2B | 23 | 0 | 25 | 49 | 76 | 17 | 16 |
| Octal | 54 | 104 | 53 | 43 | 0 | 45 | 111 | 166 | 27 | 26 |
| Binary | 101100 | 1000100 | 101011 | 100011 | 0 | 100101 | 1001001 | 1110110 | 10111 | 10110 |
Color Harmonies of #2C442B
Complementary color
Monochromatic Colors of #2C442B
Black with #2C442B
Text Example
Text Example
White with #2C442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C442B; }
p { color: rgb(44,68,43); }
H1.HeaderClassName
{
color: #2C442B;
}
.AnyTagClassName
{
color: #2C442B;
}
</style>
background-color css
<style>
a { background-color: #2C442B; }
a { background-color: rgb(44,68,43); }
div.DivClassName
{
background-color: #2C442B;
}
.BgClassName
{
background-color: #2C442B;
}
</style>
border-color css
<style>
span { border-color: #2C442B; }
span { border-color: rgb(44,68,43); }
td.TdClassName
{
border-color: #2C442B;
}
.TagClassName
{
border-color: #2C442B;
}
</style>