Shades of Myrtle #2D382C
Tints of Myrtle #2D382C
RGB
CMYK
RGB Variations
Color information
#2D382C (or 0x2D382C) is known color: Myrtle. HEX triplet: 2D, 38 and 2C. RGB value is (45,56,44). Sum of RGB (Red+Green+Blue) = 45+56+44=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #2D382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D382C is #D2C7D3. Grayscale: #333333. Windows color (decimal): -13813716 or 2897965. OLE color: 2897965.
HSL color Cylindrical-coordinate representation of color #2D382C: hue angle of 115º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D382C is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
RGB | 45 | 56 | 44 | - |
CMYK | 0.20 | 0 | 0.21 | 0.78 |
HSL | 115º | 0.12% | 0.2% | - |
HSV(B) | 115º | 0.21% | 0.22% | - |
XYZ | 2.95 | 3.57 | 2.92 | - |
YUV | 51.34 | 123.86 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 56 | 44 | 0.20 | 0 | 0.21 | 0.78 | 115 | 0.12 | 0.2 |
Hex | 2D | 38 | 2C | 14 | 0 | 15 | 4E | 73 | C | 14 |
Octal | 55 | 70 | 54 | 24 | 0 | 25 | 116 | 163 | 14 | 24 |
Binary | 101101 | 111000 | 101100 | 10100 | 0 | 10101 | 1001110 | 1110011 | 1100 | 10100 |
Color Harmonies of #2D382C
Complementary color
Monochromatic Colors of #2D382C
Black with #2D382C
Text Example
Text Example
White with #2D382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D382C; }
p { color: rgb(45,56,44); }
H1.HeaderClassName
{
color: #2D382C;
}
.AnyTagClassName
{
color: #2D382C;
}
</style>
background-color css
<style>
a { background-color: #2D382C; }
a { background-color: rgb(45,56,44); }
div.DivClassName
{
background-color: #2D382C;
}
.BgClassName
{
background-color: #2D382C;
}
</style>
border-color css
<style>
span { border-color: #2D382C; }
span { border-color: rgb(45,56,44); }
td.TdClassName
{
border-color: #2D382C;
}
.TagClassName
{
border-color: #2D382C;
}
</style>