Shades of Myrtle #195D02
Tints of Myrtle #195D02
RGB
CMYK
RGB Variations
Color information
#195D02 (or 0x195D02) is known color: Myrtle. HEX triplet: 19, 5D and 02. RGB value is (25,93,2). Sum of RGB (Red+Green+Blue) = 25+93+2=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 93 (36.72% from 255 or 77.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 93 - color contains mainly: green. Hex color #195D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D02 is #E6A2FD. Grayscale: #3E3E3E. Windows color (decimal): -15115006 or 154905. OLE color: 154905.
HSL color Cylindrical-coordinate representation of color #195D02: hue angle of 104.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #195D02 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 93 | 2 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.64 |
| HSL | 104.84º | 0.96% | 0.19% | - |
| HSV(B) | 104.84º | 0.98% | 0.36% | - |
| XYZ | 4.33 | 8.04 | 1.38 | - |
| YUV | 62.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 2 | 0.73 | 0 | 0.98 | 0.64 | 104.84 | 0.96 | 0.19 |
| Hex | 19 | 5D | 2 | 49 | 0 | 62 | 40 | 69 | 60 | 13 |
| Octal | 31 | 135 | 2 | 111 | 0 | 142 | 100 | 151 | 140 | 23 |
| Binary | 11001 | 1011101 | 10 | 1001001 | 0 | 1100010 | 1000000 | 1101001 | 1100000 | 10011 |
Color Harmonies of #195D02
Complementary color
Monochromatic Colors of #195D02
Black with #195D02
Text Example
Text Example
White with #195D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D02; }
p { color: rgb(25,93,2); }
H1.HeaderClassName
{
color: #195D02;
}
.AnyTagClassName
{
color: #195D02;
}
</style>
background-color css
<style>
a { background-color: #195D02; }
a { background-color: rgb(25,93,2); }
div.DivClassName
{
background-color: #195D02;
}
.BgClassName
{
background-color: #195D02;
}
</style>
border-color css
<style>
span { border-color: #195D02; }
span { border-color: rgb(25,93,2); }
td.TdClassName
{
border-color: #195D02;
}
.TagClassName
{
border-color: #195D02;
}
</style>