Shades of Myrtle #273F26
Tints of Myrtle #273F26
RGB
CMYK
RGB Variations
Color information
#273F26 (or 0x273F26) is known color: Myrtle. HEX triplet: 27, 3F and 26. RGB value is (39,63,38). Sum of RGB (Red+Green+Blue) = 39+63+38=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #273F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F26 is #D8C0D9. Grayscale: #353535. Windows color (decimal): -14205146 or 2506535. OLE color: 2506535.
HSL color Cylindrical-coordinate representation of color #273F26: hue angle of 117.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #273F26 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 38 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.75 |
| HSL | 117.6º | 0.25% | 0.2% | - |
| HSV(B) | 117.6º | 0.4% | 0.25% | - |
| XYZ | 2.96 | 4.13 | 2.47 | - |
| YUV | 52.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 38 | 0.38 | 0 | 0.40 | 0.75 | 117.6 | 0.25 | 0.2 |
| Hex | 27 | 3F | 26 | 26 | 0 | 28 | 4B | 76 | 19 | 14 |
| Octal | 47 | 77 | 46 | 46 | 0 | 50 | 113 | 166 | 31 | 24 |
| Binary | 100111 | 111111 | 100110 | 100110 | 0 | 101000 | 1001011 | 1110110 | 11001 | 10100 |
Color Harmonies of #273F26
Complementary color
Monochromatic Colors of #273F26
Black with #273F26
Text Example
Text Example
White with #273F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F26; }
p { color: rgb(39,63,38); }
H1.HeaderClassName
{
color: #273F26;
}
.AnyTagClassName
{
color: #273F26;
}
</style>
background-color css
<style>
a { background-color: #273F26; }
a { background-color: rgb(39,63,38); }
div.DivClassName
{
background-color: #273F26;
}
.BgClassName
{
background-color: #273F26;
}
</style>
border-color css
<style>
span { border-color: #273F26; }
span { border-color: rgb(39,63,38); }
td.TdClassName
{
border-color: #273F26;
}
.TagClassName
{
border-color: #273F26;
}
</style>