Shades of Myrtle #295A02
Tints of Myrtle #295A02
RGB
CMYK
RGB Variations
Color information
#295A02 (or 0x295A02) is known color: Myrtle. HEX triplet: 29, 5A and 02. RGB value is (41,90,2). Sum of RGB (Red+Green+Blue) = 41+90+2=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #295A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295A02 is #D6A5FD. Grayscale: #414141. Windows color (decimal): -14067198 or 154153. OLE color: 154153.
HSL color Cylindrical-coordinate representation of color #295A02: hue angle of 93.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295A02 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 2 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.65 |
| HSL | 93.41º | 0.96% | 0.18% | - |
| HSV(B) | 93.41º | 0.98% | 0.35% | - |
| XYZ | 4.58 | 7.79 | 1.32 | - |
| YUV | 65.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 2 | 0.54 | 0 | 0.98 | 0.65 | 93.41 | 0.96 | 0.18 |
| Hex | 29 | 5A | 2 | 36 | 0 | 62 | 41 | 5D | 60 | 12 |
| Octal | 51 | 132 | 2 | 66 | 0 | 142 | 101 | 135 | 140 | 22 |
| Binary | 101001 | 1011010 | 10 | 110110 | 0 | 1100010 | 1000001 | 1011101 | 1100000 | 10010 |
Color Harmonies of #295A02
Complementary color
Monochromatic Colors of #295A02
Black with #295A02
Text Example
Text Example
White with #295A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A02; }
p { color: rgb(41,90,2); }
H1.HeaderClassName
{
color: #295A02;
}
.AnyTagClassName
{
color: #295A02;
}
</style>
background-color css
<style>
a { background-color: #295A02; }
a { background-color: rgb(41,90,2); }
div.DivClassName
{
background-color: #295A02;
}
.BgClassName
{
background-color: #295A02;
}
</style>
border-color css
<style>
span { border-color: #295A02; }
span { border-color: rgb(41,90,2); }
td.TdClassName
{
border-color: #295A02;
}
.TagClassName
{
border-color: #295A02;
}
</style>