Shades of Myrtle #265E02
Tints of Myrtle #265E02
RGB
CMYK
RGB Variations
Color information
#265E02 (or 0x265E02) is known color: Myrtle. HEX triplet: 26, 5E and 02. RGB value is (38,94,2). Sum of RGB (Red+Green+Blue) = 38+94+2=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 94 (37.11% from 255 or 70.15% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 94 - color contains mainly: green. Hex color #265E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265E02 is #D9A1FD. Grayscale: #434343. Windows color (decimal): -14262782 or 155174. OLE color: 155174.
HSL color Cylindrical-coordinate representation of color #265E02: hue angle of 96.52º 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 #265E02 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 94 | 2 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.63 |
| HSL | 96.52º | 0.96% | 0.19% | - |
| HSV(B) | 96.52º | 0.98% | 0.37% | - |
| XYZ | 4.81 | 8.42 | 1.43 | - |
| YUV | 66.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 2 | 0.60 | 0 | 0.98 | 0.63 | 96.52 | 0.96 | 0.19 |
| Hex | 26 | 5E | 2 | 3C | 0 | 62 | 3F | 61 | 60 | 13 |
| Octal | 46 | 136 | 2 | 74 | 0 | 142 | 77 | 141 | 140 | 23 |
| Binary | 100110 | 1011110 | 10 | 111100 | 0 | 1100010 | 111111 | 1100001 | 1100000 | 10011 |
Color Harmonies of #265E02
Complementary color
Monochromatic Colors of #265E02
Black with #265E02
Text Example
Text Example
White with #265E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E02; }
p { color: rgb(38,94,2); }
H1.HeaderClassName
{
color: #265E02;
}
.AnyTagClassName
{
color: #265E02;
}
</style>
background-color css
<style>
a { background-color: #265E02; }
a { background-color: rgb(38,94,2); }
div.DivClassName
{
background-color: #265E02;
}
.BgClassName
{
background-color: #265E02;
}
</style>
border-color css
<style>
span { border-color: #265E02; }
span { border-color: rgb(38,94,2); }
td.TdClassName
{
border-color: #265E02;
}
.TagClassName
{
border-color: #265E02;
}
</style>