Shades of Myrtle #273F21
Tints of Myrtle #273F21
RGB
CMYK
RGB Variations
Color information
#273F21 (or 0x273F21) is known color: Myrtle. HEX triplet: 27, 3F and 21. RGB value is (39,63,33). Sum of RGB (Red+Green+Blue) = 39+63+33=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #273F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F21 is #D8C0DE. Grayscale: #343434. Windows color (decimal): -14205151 or 2178855. OLE color: 2178855.
HSL color Cylindrical-coordinate representation of color #273F21: hue angle of 108º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #273F21 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 33 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.75 |
| HSL | 108º | 0.31% | 0.19% | - |
| HSV(B) | 108º | 0.48% | 0.25% | - |
| XYZ | 2.89 | 4.1 | 2.08 | - |
| YUV | 52.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 33 | 0.38 | 0 | 0.48 | 0.75 | 108 | 0.31 | 0.19 |
| Hex | 27 | 3F | 21 | 26 | 0 | 30 | 4B | 6C | 1F | 13 |
| Octal | 47 | 77 | 41 | 46 | 0 | 60 | 113 | 154 | 37 | 23 |
| Binary | 100111 | 111111 | 100001 | 100110 | 0 | 110000 | 1001011 | 1101100 | 11111 | 10011 |
Color Harmonies of #273F21
Complementary color
Monochromatic Colors of #273F21
Black with #273F21
Text Example
Text Example
White with #273F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F21; }
p { color: rgb(39,63,33); }
H1.HeaderClassName
{
color: #273F21;
}
.AnyTagClassName
{
color: #273F21;
}
</style>
background-color css
<style>
a { background-color: #273F21; }
a { background-color: rgb(39,63,33); }
div.DivClassName
{
background-color: #273F21;
}
.BgClassName
{
background-color: #273F21;
}
</style>
border-color css
<style>
span { border-color: #273F21; }
span { border-color: rgb(39,63,33); }
td.TdClassName
{
border-color: #273F21;
}
.TagClassName
{
border-color: #273F21;
}
</style>