Shades of Myrtle #225002
Tints of Myrtle #225002
RGB
CMYK
RGB Variations
Color information
#225002 (or 0x225002) is known color: Myrtle. HEX triplet: 22, 50 and 02. RGB value is (34,80,2). Sum of RGB (Red+Green+Blue) = 34+80+2=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #225002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225002 is #DDAFFD. Grayscale: #393939. Windows color (decimal): -14528510 or 151586. OLE color: 151586.
HSL color Cylindrical-coordinate representation of color #225002: hue angle of 95.38º 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 #225002 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.69 |
| HSL | 95.38º | 0.95% | 0.16% | - |
| HSV(B) | 95.38º | 0.98% | 0.31% | - |
| XYZ | 3.54 | 6.08 | 1.04 | - |
| YUV | 57.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 2 | 0.58 | 0 | 0.98 | 0.69 | 95.38 | 0.95 | 0.16 |
| Hex | 22 | 50 | 2 | 3A | 0 | 62 | 45 | 5F | 5F | 10 |
| Octal | 42 | 120 | 2 | 72 | 0 | 142 | 105 | 137 | 137 | 20 |
| Binary | 100010 | 1010000 | 10 | 111010 | 0 | 1100010 | 1000101 | 1011111 | 1011111 | 10000 |
Color Harmonies of #225002
Complementary color
Monochromatic Colors of #225002
Black with #225002
Text Example
Text Example
White with #225002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225002; }
p { color: rgb(34,80,2); }
H1.HeaderClassName
{
color: #225002;
}
.AnyTagClassName
{
color: #225002;
}
</style>
background-color css
<style>
a { background-color: #225002; }
a { background-color: rgb(34,80,2); }
div.DivClassName
{
background-color: #225002;
}
.BgClassName
{
background-color: #225002;
}
</style>
border-color css
<style>
span { border-color: #225002; }
span { border-color: rgb(34,80,2); }
td.TdClassName
{
border-color: #225002;
}
.TagClassName
{
border-color: #225002;
}
</style>