Shades of Myrtle #2C382B
Tints of Myrtle #2C382B
RGB
CMYK
RGB Variations
Color information
#2C382B (or 0x2C382B) is known color: Myrtle. HEX triplet: 2C, 38 and 2B. RGB value is (44,56,43). Sum of RGB (Red+Green+Blue) = 44+56+43=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #2C382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C382B is #D3C7D4. Grayscale: #323232. Windows color (decimal): -13879253 or 2832428. OLE color: 2832428.
HSL color Cylindrical-coordinate representation of color #2C382B: hue angle of 115.38º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C382B is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 43 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.78 |
| HSL | 115.38º | 0.13% | 0.19% | - |
| HSV(B) | 115.38º | 0.23% | 0.22% | - |
| XYZ | 2.89 | 3.54 | 2.82 | - |
| YUV | 50.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 43 | 0.21 | 0 | 0.23 | 0.78 | 115.38 | 0.13 | 0.19 |
| Hex | 2C | 38 | 2B | 15 | 0 | 17 | 4E | 73 | D | 13 |
| Octal | 54 | 70 | 53 | 25 | 0 | 27 | 116 | 163 | 15 | 23 |
| Binary | 101100 | 111000 | 101011 | 10101 | 0 | 10111 | 1001110 | 1110011 | 1101 | 10011 |
Color Harmonies of #2C382B
Complementary color
Monochromatic Colors of #2C382B
Black with #2C382B
Text Example
Text Example
White with #2C382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C382B; }
p { color: rgb(44,56,43); }
H1.HeaderClassName
{
color: #2C382B;
}
.AnyTagClassName
{
color: #2C382B;
}
</style>
background-color css
<style>
a { background-color: #2C382B; }
a { background-color: rgb(44,56,43); }
div.DivClassName
{
background-color: #2C382B;
}
.BgClassName
{
background-color: #2C382B;
}
</style>
border-color css
<style>
span { border-color: #2C382B; }
span { border-color: rgb(44,56,43); }
td.TdClassName
{
border-color: #2C382B;
}
.TagClassName
{
border-color: #2C382B;
}
</style>