Shades of Myrtle #19300F
Tints of Myrtle #19300F
RGB
CMYK
RGB Variations
Color information
#19300F (or 0x19300F) is known color: Myrtle. HEX triplet: 19, 30 and 0F. RGB value is (25,48,15). Sum of RGB (Red+Green+Blue) = 25+48+15=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #19300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300F is #E6CFF0. Grayscale: #252525. Windows color (decimal): -15126513 or 995353. OLE color: 995353.
HSL color Cylindrical-coordinate representation of color #19300F: hue angle of 101.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19300F is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 15 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.81 |
| HSL | 101.82º | 0.52% | 0.12% | - |
| HSV(B) | 101.82º | 0.69% | 0.19% | - |
| XYZ | 1.54 | 2.36 | 0.83 | - |
| YUV | 37.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 15 | 0.48 | 0 | 0.69 | 0.81 | 101.82 | 0.52 | 0.12 |
| Hex | 19 | 30 | F | 30 | 0 | 45 | 51 | 66 | 34 | C |
| Octal | 31 | 60 | 17 | 60 | 0 | 105 | 121 | 146 | 64 | 14 |
| Binary | 11001 | 110000 | 1111 | 110000 | 0 | 1000101 | 1010001 | 1100110 | 110100 | 1100 |
Color Harmonies of #19300F
Complementary color
Monochromatic Colors of #19300F
Black with #19300F
Text Example
Text Example
White with #19300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19300F; }
p { color: rgb(25,48,15); }
H1.HeaderClassName
{
color: #19300F;
}
.AnyTagClassName
{
color: #19300F;
}
</style>
background-color css
<style>
a { background-color: #19300F; }
a { background-color: rgb(25,48,15); }
div.DivClassName
{
background-color: #19300F;
}
.BgClassName
{
background-color: #19300F;
}
</style>
border-color css
<style>
span { border-color: #19300F; }
span { border-color: rgb(25,48,15); }
td.TdClassName
{
border-color: #19300F;
}
.TagClassName
{
border-color: #19300F;
}
</style>