Shades of Myrtle #2B432B
Tints of Myrtle #2B432B
RGB
CMYK
RGB Variations
Color information
#2B432B (or 0x2B432B) is known color: Myrtle. HEX triplet: 2B, 43 and 2B. RGB value is (43,67,43). Sum of RGB (Red+Green+Blue) = 43+67+43=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #2B432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B432B is #D4BCD4. Grayscale: #393939. Windows color (decimal): -13941973 or 2835243. OLE color: 2835243.
HSL color Cylindrical-coordinate representation of color #2B432B: hue angle of 120º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B432B is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 43 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.74 |
| HSL | 120º | 0.22% | 0.22% | - |
| HSV(B) | 120º | 0.36% | 0.26% | - |
| XYZ | 3.44 | 4.7 | 3.01 | - |
| YUV | 57.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 43 | 0.36 | 0 | 0.36 | 0.74 | 120 | 0.22 | 0.22 |
| Hex | 2B | 43 | 2B | 24 | 0 | 24 | 4A | 78 | 16 | 16 |
| Octal | 53 | 103 | 53 | 44 | 0 | 44 | 112 | 170 | 26 | 26 |
| Binary | 101011 | 1000011 | 101011 | 100100 | 0 | 100100 | 1001010 | 1111000 | 10110 | 10110 |
Color Harmonies of #2B432B
Complementary color
Monochromatic Colors of #2B432B
Black with #2B432B
Text Example
Text Example
White with #2B432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B432B; }
p { color: rgb(43,67,43); }
H1.HeaderClassName
{
color: #2B432B;
}
.AnyTagClassName
{
color: #2B432B;
}
</style>
background-color css
<style>
a { background-color: #2B432B; }
a { background-color: rgb(43,67,43); }
div.DivClassName
{
background-color: #2B432B;
}
.BgClassName
{
background-color: #2B432B;
}
</style>
border-color css
<style>
span { border-color: #2B432B; }
span { border-color: rgb(43,67,43); }
td.TdClassName
{
border-color: #2B432B;
}
.TagClassName
{
border-color: #2B432B;
}
</style>