Shades of Myrtle #295A08
Tints of Myrtle #295A08
RGB
CMYK
RGB Variations
Color information
#295A08 (or 0x295A08) is known color: Myrtle. HEX triplet: 29, 5A and 08. RGB value is (41,90,8). Sum of RGB (Red+Green+Blue) = 41+90+8=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #295A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295A08 is #D6A5F7. Grayscale: #424242. Windows color (decimal): -14067192 or 547369. OLE color: 547369.
HSL color Cylindrical-coordinate representation of color #295A08: hue angle of 95.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #295A08 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 8 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.65 |
| HSL | 95.85º | 0.84% | 0.19% | - |
| HSV(B) | 95.85º | 0.91% | 0.35% | - |
| XYZ | 4.61 | 7.8 | 1.49 | - |
| YUV | 66 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 8 | 0.54 | 0 | 0.91 | 0.65 | 95.85 | 0.84 | 0.19 |
| Hex | 29 | 5A | 8 | 36 | 0 | 5B | 41 | 60 | 54 | 13 |
| Octal | 51 | 132 | 10 | 66 | 0 | 133 | 101 | 140 | 124 | 23 |
| Binary | 101001 | 1011010 | 1000 | 110110 | 0 | 1011011 | 1000001 | 1100000 | 1010100 | 10011 |
Color Harmonies of #295A08
Complementary color
Monochromatic Colors of #295A08
Black with #295A08
Text Example
Text Example
White with #295A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A08; }
p { color: rgb(41,90,8); }
H1.HeaderClassName
{
color: #295A08;
}
.AnyTagClassName
{
color: #295A08;
}
</style>
background-color css
<style>
a { background-color: #295A08; }
a { background-color: rgb(41,90,8); }
div.DivClassName
{
background-color: #295A08;
}
.BgClassName
{
background-color: #295A08;
}
</style>
border-color css
<style>
span { border-color: #295A08; }
span { border-color: rgb(41,90,8); }
td.TdClassName
{
border-color: #295A08;
}
.TagClassName
{
border-color: #295A08;
}
</style>