Shades of Myrtle #02500E
Tints of Myrtle #02500E
RGB
CMYK
RGB Variations
Color information
#02500E (or 0x02500E) is known color: Myrtle. HEX triplet: 02, 50 and 0E. RGB value is (2,80,14). Sum of RGB (Red+Green+Blue) = 2+80+14=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 80 (31.64% from 255 or 83.33% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 80 - color contains mainly: green. Hex color #02500E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02500E is #FDAFF1. Grayscale: #313131. Windows color (decimal): -16625650 or 937986. OLE color: 937986.
HSL color Cylindrical-coordinate representation of color #02500E: hue angle of 129.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02500E is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 14 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.69 |
| HSL | 129.23º | 0.95% | 0.16% | - |
| HSV(B) | 129.23º | 0.98% | 0.31% | - |
| XYZ | 2.97 | 5.78 | 1.37 | - |
| YUV | 49.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 14 | 0.98 | 0 | 0.83 | 0.69 | 129.23 | 0.95 | 0.16 |
| Hex | 2 | 50 | E | 62 | 0 | 53 | 45 | 81 | 5F | 10 |
| Octal | 2 | 120 | 16 | 142 | 0 | 123 | 105 | 201 | 137 | 20 |
| Binary | 10 | 1010000 | 1110 | 1100010 | 0 | 1010011 | 1000101 | 10000001 | 1011111 | 10000 |
Color Harmonies of #02500E
Complementary color
Monochromatic Colors of #02500E
Black with #02500E
Text Example
Text Example
White with #02500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02500E; }
p { color: rgb(2,80,14); }
H1.HeaderClassName
{
color: #02500E;
}
.AnyTagClassName
{
color: #02500E;
}
</style>
background-color css
<style>
a { background-color: #02500E; }
a { background-color: rgb(2,80,14); }
div.DivClassName
{
background-color: #02500E;
}
.BgClassName
{
background-color: #02500E;
}
</style>
border-color css
<style>
span { border-color: #02500E; }
span { border-color: rgb(2,80,14); }
td.TdClassName
{
border-color: #02500E;
}
.TagClassName
{
border-color: #02500E;
}
</style>