Shades of Myrtle #1C3F1D
Tints of Myrtle #1C3F1D
RGB
CMYK
RGB Variations
Color information
#1C3F1D (or 0x1C3F1D) is known color: Myrtle. HEX triplet: 1C, 3F and 1D. RGB value is (28,63,29). Sum of RGB (Red+Green+Blue) = 28+63+29=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #1C3F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3F1D is #E3C0E2. Grayscale: #303030. Windows color (decimal): -14926051 or 1916700. OLE color: 1916700.
HSL color Cylindrical-coordinate representation of color #1C3F1D: hue angle of 121.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C3F1D is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 63 | 29 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.75 |
| HSL | 121.71º | 0.38% | 0.18% | - |
| HSV(B) | 121.71º | 0.56% | 0.25% | - |
| XYZ | 2.48 | 3.89 | 1.78 | - |
| YUV | 48.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 29 | 0.56 | 0 | 0.54 | 0.75 | 121.71 | 0.38 | 0.18 |
| Hex | 1C | 3F | 1D | 38 | 0 | 36 | 4B | 7A | 26 | 12 |
| Octal | 34 | 77 | 35 | 70 | 0 | 66 | 113 | 172 | 46 | 22 |
| Binary | 11100 | 111111 | 11101 | 111000 | 0 | 110110 | 1001011 | 1111010 | 100110 | 10010 |
Color Harmonies of #1C3F1D
Complementary color
Monochromatic Colors of #1C3F1D
Black with #1C3F1D
Text Example
Text Example
White with #1C3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3F1D; }
p { color: rgb(28,63,29); }
H1.HeaderClassName
{
color: #1C3F1D;
}
.AnyTagClassName
{
color: #1C3F1D;
}
</style>
background-color css
<style>
a { background-color: #1C3F1D; }
a { background-color: rgb(28,63,29); }
div.DivClassName
{
background-color: #1C3F1D;
}
.BgClassName
{
background-color: #1C3F1D;
}
</style>
border-color css
<style>
span { border-color: #1C3F1D; }
span { border-color: rgb(28,63,29); }
td.TdClassName
{
border-color: #1C3F1D;
}
.TagClassName
{
border-color: #1C3F1D;
}
</style>