Shades of Myrtle #2B432A
Tints of Myrtle #2B432A
RGB
CMYK
RGB Variations
Color information
#2B432A (or 0x2B432A) is known color: Myrtle. HEX triplet: 2B, 43 and 2A. RGB value is (43,67,42). Sum of RGB (Red+Green+Blue) = 43+67+42=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #2B432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B432A is #D4BCD5. Grayscale: #393939. Windows color (decimal): -13941974 or 2769707. OLE color: 2769707.
HSL color Cylindrical-coordinate representation of color #2B432A: hue angle of 117.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B432A is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 42 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.74 |
| HSL | 117.6º | 0.23% | 0.21% | - |
| HSV(B) | 117.6º | 0.37% | 0.26% | - |
| XYZ | 3.42 | 4.7 | 2.92 | - |
| YUV | 56.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 42 | 0.36 | 0 | 0.37 | 0.74 | 117.6 | 0.23 | 0.21 |
| Hex | 2B | 43 | 2A | 24 | 0 | 25 | 4A | 76 | 17 | 15 |
| Octal | 53 | 103 | 52 | 44 | 0 | 45 | 112 | 166 | 27 | 25 |
| Binary | 101011 | 1000011 | 101010 | 100100 | 0 | 100101 | 1001010 | 1110110 | 10111 | 10101 |
Color Harmonies of #2B432A
Complementary color
Monochromatic Colors of #2B432A
Black with #2B432A
Text Example
Text Example
White with #2B432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B432A; }
p { color: rgb(43,67,42); }
H1.HeaderClassName
{
color: #2B432A;
}
.AnyTagClassName
{
color: #2B432A;
}
</style>
background-color css
<style>
a { background-color: #2B432A; }
a { background-color: rgb(43,67,42); }
div.DivClassName
{
background-color: #2B432A;
}
.BgClassName
{
background-color: #2B432A;
}
</style>
border-color css
<style>
span { border-color: #2B432A; }
span { border-color: rgb(43,67,42); }
td.TdClassName
{
border-color: #2B432A;
}
.TagClassName
{
border-color: #2B432A;
}
</style>