Shades of Myrtle #1C4301
Tints of Myrtle #1C4301
RGB
CMYK
RGB Variations
Color information
#1C4301 (or 0x1C4301) is known color: Myrtle. HEX triplet: 1C, 43 and 01. RGB value is (28,67,1). Sum of RGB (Red+Green+Blue) = 28+67+1=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4301 is #E3BCFE. Grayscale: #303030. Windows color (decimal): -14925055 or 82716. OLE color: 82716.
HSL color Cylindrical-coordinate representation of color #1C4301: hue angle of 95.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C4301 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.74 |
| HSL | 95.45º | 0.97% | 0.13% | - |
| HSV(B) | 95.45º | 0.99% | 0.26% | - |
| XYZ | 2.49 | 4.26 | 0.72 | - |
| YUV | 47.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 1 | 0.58 | 0 | 0.99 | 0.74 | 95.45 | 0.97 | 0.13 |
| Hex | 1C | 43 | 1 | 3A | 0 | 63 | 4A | 5F | 61 | D |
| Octal | 34 | 103 | 1 | 72 | 0 | 143 | 112 | 137 | 141 | 15 |
| Binary | 11100 | 1000011 | 1 | 111010 | 0 | 1100011 | 1001010 | 1011111 | 1100001 | 1101 |
Color Harmonies of #1C4301
Complementary color
Monochromatic Colors of #1C4301
Black with #1C4301
Text Example
Text Example
White with #1C4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4301; }
p { color: rgb(28,67,1); }
H1.HeaderClassName
{
color: #1C4301;
}
.AnyTagClassName
{
color: #1C4301;
}
</style>
background-color css
<style>
a { background-color: #1C4301; }
a { background-color: rgb(28,67,1); }
div.DivClassName
{
background-color: #1C4301;
}
.BgClassName
{
background-color: #1C4301;
}
</style>
border-color css
<style>
span { border-color: #1C4301; }
span { border-color: rgb(28,67,1); }
td.TdClassName
{
border-color: #1C4301;
}
.TagClassName
{
border-color: #1C4301;
}
</style>