Shades of Myrtle #295F02
Tints of Myrtle #295F02
RGB
CMYK
RGB Variations
Color information
#295F02 (or 0x295F02) is known color: Myrtle. HEX triplet: 29, 5F and 02. RGB value is (41,95,2). Sum of RGB (Red+Green+Blue) = 41+95+2=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #295F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F02 is #D6A0FD. Grayscale: #444444. Windows color (decimal): -14065918 or 155433. OLE color: 155433.
HSL color Cylindrical-coordinate representation of color #295F02: hue angle of 94.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295F02 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 2 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.63 |
| HSL | 94.84º | 0.96% | 0.19% | - |
| HSV(B) | 94.84º | 0.98% | 0.37% | - |
| XYZ | 5.02 | 8.66 | 1.46 | - |
| YUV | 68.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 2 | 0.57 | 0 | 0.98 | 0.63 | 94.84 | 0.96 | 0.19 |
| Hex | 29 | 5F | 2 | 39 | 0 | 62 | 3F | 5F | 60 | 13 |
| Octal | 51 | 137 | 2 | 71 | 0 | 142 | 77 | 137 | 140 | 23 |
| Binary | 101001 | 1011111 | 10 | 111001 | 0 | 1100010 | 111111 | 1011111 | 1100000 | 10011 |
Color Harmonies of #295F02
Complementary color
Monochromatic Colors of #295F02
Black with #295F02
Text Example
Text Example
White with #295F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F02; }
p { color: rgb(41,95,2); }
H1.HeaderClassName
{
color: #295F02;
}
.AnyTagClassName
{
color: #295F02;
}
</style>
background-color css
<style>
a { background-color: #295F02; }
a { background-color: rgb(41,95,2); }
div.DivClassName
{
background-color: #295F02;
}
.BgClassName
{
background-color: #295F02;
}
</style>
border-color css
<style>
span { border-color: #295F02; }
span { border-color: rgb(41,95,2); }
td.TdClassName
{
border-color: #295F02;
}
.TagClassName
{
border-color: #295F02;
}
</style>