Shades of Myrtle #1D630C
Tints of Myrtle #1D630C
RGB
CMYK
RGB Variations
Color information
#1D630C (or 0x1D630C) is known color: Myrtle. HEX triplet: 1D, 63 and 0C. RGB value is (29,99,12). Sum of RGB (Red+Green+Blue) = 29+99+12=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #1D630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D630C is #E29CF3. Grayscale: #444444. Windows color (decimal): -14851316 or 811805. OLE color: 811805.
HSL color Cylindrical-coordinate representation of color #1D630C: hue angle of 108.28º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D630C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 12 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.61 |
| HSL | 108.28º | 0.78% | 0.22% | - |
| HSV(B) | 108.28º | 0.88% | 0.39% | - |
| XYZ | 5.03 | 9.21 | 1.86 | - |
| YUV | 68.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 12 | 0.71 | 0 | 0.88 | 0.61 | 108.28 | 0.78 | 0.22 |
| Hex | 1D | 63 | C | 47 | 0 | 58 | 3D | 6C | 4E | 16 |
| Octal | 35 | 143 | 14 | 107 | 0 | 130 | 75 | 154 | 116 | 26 |
| Binary | 11101 | 1100011 | 1100 | 1000111 | 0 | 1011000 | 111101 | 1101100 | 1001110 | 10110 |
Color Harmonies of #1D630C
Complementary color
Monochromatic Colors of #1D630C
Black with #1D630C
Text Example
Text Example
White with #1D630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D630C; }
p { color: rgb(29,99,12); }
H1.HeaderClassName
{
color: #1D630C;
}
.AnyTagClassName
{
color: #1D630C;
}
</style>
background-color css
<style>
a { background-color: #1D630C; }
a { background-color: rgb(29,99,12); }
div.DivClassName
{
background-color: #1D630C;
}
.BgClassName
{
background-color: #1D630C;
}
</style>
border-color css
<style>
span { border-color: #1D630C; }
span { border-color: rgb(29,99,12); }
td.TdClassName
{
border-color: #1D630C;
}
.TagClassName
{
border-color: #1D630C;
}
</style>