Shades of Myrtle #193A02
Tints of Myrtle #193A02
RGB
CMYK
RGB Variations
Color information
#193A02 (or 0x193A02) is known color: Myrtle. HEX triplet: 19, 3A and 02. RGB value is (25,58,2). Sum of RGB (Red+Green+Blue) = 25+58+2=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #193A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193A02 is #E6C5FD. Grayscale: #292929. Windows color (decimal): -15123966 or 145945. OLE color: 145945.
HSL color Cylindrical-coordinate representation of color #193A02: hue angle of 95.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #193A02 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 2 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.77 |
| HSL | 95.36º | 0.93% | 0.12% | - |
| HSV(B) | 95.36º | 0.97% | 0.23% | - |
| XYZ | 1.92 | 3.24 | 0.58 | - |
| YUV | 41.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 2 | 0.57 | 0 | 0.97 | 0.77 | 95.36 | 0.93 | 0.12 |
| Hex | 19 | 3A | 2 | 39 | 0 | 61 | 4D | 5F | 5D | C |
| Octal | 31 | 72 | 2 | 71 | 0 | 141 | 115 | 137 | 135 | 14 |
| Binary | 11001 | 111010 | 10 | 111001 | 0 | 1100001 | 1001101 | 1011111 | 1011101 | 1100 |
Color Harmonies of #193A02
Complementary color
Monochromatic Colors of #193A02
Black with #193A02
Text Example
Text Example
White with #193A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A02; }
p { color: rgb(25,58,2); }
H1.HeaderClassName
{
color: #193A02;
}
.AnyTagClassName
{
color: #193A02;
}
</style>
background-color css
<style>
a { background-color: #193A02; }
a { background-color: rgb(25,58,2); }
div.DivClassName
{
background-color: #193A02;
}
.BgClassName
{
background-color: #193A02;
}
</style>
border-color css
<style>
span { border-color: #193A02; }
span { border-color: rgb(25,58,2); }
td.TdClassName
{
border-color: #193A02;
}
.TagClassName
{
border-color: #193A02;
}
</style>