Shades of Myrtle #2B4025
Tints of Myrtle #2B4025
RGB
CMYK
RGB Variations
Color information
#2B4025 (or 0x2B4025) is known color: Myrtle. HEX triplet: 2B, 40 and 25. RGB value is (43,64,37). Sum of RGB (Red+Green+Blue) = 43+64+37=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4025 is #D4BFDA. Grayscale: #363636. Windows color (decimal): -13942747 or 2441259. OLE color: 2441259.
HSL color Cylindrical-coordinate representation of color #2B4025: hue angle of 106.67º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4025 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 37 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.75 |
| HSL | 106.67º | 0.27% | 0.2% | - |
| HSV(B) | 106.67º | 0.42% | 0.25% | - |
| XYZ | 3.16 | 4.31 | 2.42 | - |
| YUV | 54.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 37 | 0.33 | 0 | 0.42 | 0.75 | 106.67 | 0.27 | 0.2 |
| Hex | 2B | 40 | 25 | 21 | 0 | 2A | 4B | 6B | 1B | 14 |
| Octal | 53 | 100 | 45 | 41 | 0 | 52 | 113 | 153 | 33 | 24 |
| Binary | 101011 | 1000000 | 100101 | 100001 | 0 | 101010 | 1001011 | 1101011 | 11011 | 10100 |
Color Harmonies of #2B4025
Complementary color
Monochromatic Colors of #2B4025
Black with #2B4025
Text Example
Text Example
White with #2B4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4025; }
p { color: rgb(43,64,37); }
H1.HeaderClassName
{
color: #2B4025;
}
.AnyTagClassName
{
color: #2B4025;
}
</style>
background-color css
<style>
a { background-color: #2B4025; }
a { background-color: rgb(43,64,37); }
div.DivClassName
{
background-color: #2B4025;
}
.BgClassName
{
background-color: #2B4025;
}
</style>
border-color css
<style>
span { border-color: #2B4025; }
span { border-color: rgb(43,64,37); }
td.TdClassName
{
border-color: #2B4025;
}
.TagClassName
{
border-color: #2B4025;
}
</style>