Shades of Myrtle #1C301C
Tints of Myrtle #1C301C
RGB
CMYK
RGB Variations
Color information
#1C301C (or 0x1C301C) is known color: Myrtle. HEX triplet: 1C, 30 and 1C. RGB value is (28,48,28). Sum of RGB (Red+Green+Blue) = 28+48+28=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #1C301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C301C is #E3CFE3. Grayscale: #272727. Windows color (decimal): -14929892 or 1847324. OLE color: 1847324.
HSL color Cylindrical-coordinate representation of color #1C301C: hue angle of 120º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C301C is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 48 | 28 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.81 |
| HSL | 120º | 0.26% | 0.15% | - |
| HSV(B) | 120º | 0.42% | 0.19% | - |
| XYZ | 1.75 | 2.44 | 1.48 | - |
| YUV | 39.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 28 | 0.42 | 0 | 0.42 | 0.81 | 120 | 0.26 | 0.15 |
| Hex | 1C | 30 | 1C | 2A | 0 | 2A | 51 | 78 | 1A | F |
| Octal | 34 | 60 | 34 | 52 | 0 | 52 | 121 | 170 | 32 | 17 |
| Binary | 11100 | 110000 | 11100 | 101010 | 0 | 101010 | 1010001 | 1111000 | 11010 | 1111 |
Color Harmonies of #1C301C
Complementary color
Monochromatic Colors of #1C301C
Black with #1C301C
Text Example
Text Example
White with #1C301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C301C; }
p { color: rgb(28,48,28); }
H1.HeaderClassName
{
color: #1C301C;
}
.AnyTagClassName
{
color: #1C301C;
}
</style>
background-color css
<style>
a { background-color: #1C301C; }
a { background-color: rgb(28,48,28); }
div.DivClassName
{
background-color: #1C301C;
}
.BgClassName
{
background-color: #1C301C;
}
</style>
border-color css
<style>
span { border-color: #1C301C; }
span { border-color: rgb(28,48,28); }
td.TdClassName
{
border-color: #1C301C;
}
.TagClassName
{
border-color: #1C301C;
}
</style>