Shades of Myrtle #1C4300
Tints of Myrtle #1C4300
RGB
CMYK
RGB Variations
Color information
#1C4300 (or 0x1C4300) is known color: Myrtle. HEX triplet: 1C, 43 and 00. RGB value is (28,67,0). Sum of RGB (Red+Green+Blue) = 28+67+0=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4300 is #E3BCFF. Grayscale: #2F2F2F. Windows color (decimal): -14925056 or 17180. OLE color: 17180.
HSL color Cylindrical-coordinate representation of color #1C4300: hue angle of 94.93º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C4300 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.74 |
| HSL | 94.93º | 1% | 0.13% | - |
| HSV(B) | 94.93º | 1% | 0.26% | - |
| XYZ | 2.49 | 4.26 | 0.69 | - |
| YUV | 47.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 0 | 0.58 | 0 | 1 | 0.74 | 94.93 | 1 | 0.13 |
| Hex | 1C | 43 | 0 | 3A | 0 | 64 | 4A | 5F | 64 | D |
| Octal | 34 | 103 | 0 | 72 | 0 | 144 | 112 | 137 | 144 | 15 |
| Binary | 11100 | 1000011 | 0 | 111010 | 0 | 1100100 | 1001010 | 1011111 | 1100100 | 1101 |
Color Harmonies of #1C4300
Complementary color
Monochromatic Colors of #1C4300
Black with #1C4300
Text Example
Text Example
White with #1C4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4300; }
p { color: rgb(28,67,0); }
H1.HeaderClassName
{
color: #1C4300;
}
.AnyTagClassName
{
color: #1C4300;
}
</style>
background-color css
<style>
a { background-color: #1C4300; }
a { background-color: rgb(28,67,0); }
div.DivClassName
{
background-color: #1C4300;
}
.BgClassName
{
background-color: #1C4300;
}
</style>
border-color css
<style>
span { border-color: #1C4300; }
span { border-color: rgb(28,67,0); }
td.TdClassName
{
border-color: #1C4300;
}
.TagClassName
{
border-color: #1C4300;
}
</style>