Shades of Myrtle #1C4702
Tints of Myrtle #1C4702
RGB
CMYK
RGB Variations
Color information
#1C4702 (or 0x1C4702) is known color: Myrtle. HEX triplet: 1C, 47 and 02. RGB value is (28,71,2). Sum of RGB (Red+Green+Blue) = 28+71+2=101 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.72% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4702 is #E3B8FD. Grayscale: #323232. Windows color (decimal): -14924030 or 149276. OLE color: 149276.
HSL color Cylindrical-coordinate representation of color #1C4702: hue angle of 97.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C4702 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 71 | 2 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.72 |
| HSL | 97.39º | 0.95% | 0.14% | - |
| HSV(B) | 97.39º | 0.97% | 0.28% | - |
| XYZ | 2.74 | 4.76 | 0.83 | - |
| YUV | 50.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 2 | 0.61 | 0 | 0.97 | 0.72 | 97.39 | 0.95 | 0.14 |
| Hex | 1C | 47 | 2 | 3D | 0 | 61 | 48 | 61 | 5F | E |
| Octal | 34 | 107 | 2 | 75 | 0 | 141 | 110 | 141 | 137 | 16 |
| Binary | 11100 | 1000111 | 10 | 111101 | 0 | 1100001 | 1001000 | 1100001 | 1011111 | 1110 |
Color Harmonies of #1C4702
Complementary color
Monochromatic Colors of #1C4702
Black with #1C4702
Text Example
Text Example
White with #1C4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4702; }
p { color: rgb(28,71,2); }
H1.HeaderClassName
{
color: #1C4702;
}
.AnyTagClassName
{
color: #1C4702;
}
</style>
background-color css
<style>
a { background-color: #1C4702; }
a { background-color: rgb(28,71,2); }
div.DivClassName
{
background-color: #1C4702;
}
.BgClassName
{
background-color: #1C4702;
}
</style>
border-color css
<style>
span { border-color: #1C4702; }
span { border-color: rgb(28,71,2); }
td.TdClassName
{
border-color: #1C4702;
}
.TagClassName
{
border-color: #1C4702;
}
</style>