Shades of Myrtle #12430F
Tints of Myrtle #12430F
RGB
CMYK
RGB Variations
Color information
#12430F (or 0x12430F) is known color: Myrtle. HEX triplet: 12, 43 and 0F. RGB value is (18,67,15). Sum of RGB (Red+Green+Blue) = 18+67+15=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #12430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12430F is #EDBCF0. Grayscale: #2E2E2E. Windows color (decimal): -15580401 or 1000210. OLE color: 1000210.
HSL color Cylindrical-coordinate representation of color #12430F: hue angle of 116.54º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12430F is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 67 | 15 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.74 |
| HSL | 116.54º | 0.63% | 0.16% | - |
| HSV(B) | 116.54º | 0.78% | 0.26% | - |
| XYZ | 2.34 | 4.18 | 1.13 | - |
| YUV | 46.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 15 | 0.73 | 0 | 0.78 | 0.74 | 116.54 | 0.63 | 0.16 |
| Hex | 12 | 43 | F | 49 | 0 | 4E | 4A | 75 | 3F | 10 |
| Octal | 22 | 103 | 17 | 111 | 0 | 116 | 112 | 165 | 77 | 20 |
| Binary | 10010 | 1000011 | 1111 | 1001001 | 0 | 1001110 | 1001010 | 1110101 | 111111 | 10000 |
Color Harmonies of #12430F
Complementary color
Monochromatic Colors of #12430F
Black with #12430F
Text Example
Text Example
White with #12430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12430F; }
p { color: rgb(18,67,15); }
H1.HeaderClassName
{
color: #12430F;
}
.AnyTagClassName
{
color: #12430F;
}
</style>
background-color css
<style>
a { background-color: #12430F; }
a { background-color: rgb(18,67,15); }
div.DivClassName
{
background-color: #12430F;
}
.BgClassName
{
background-color: #12430F;
}
</style>
border-color css
<style>
span { border-color: #12430F; }
span { border-color: rgb(18,67,15); }
td.TdClassName
{
border-color: #12430F;
}
.TagClassName
{
border-color: #12430F;
}
</style>