Shades of Myrtle #2A432B
Tints of Myrtle #2A432B
RGB
CMYK
RGB Variations
Color information
#2A432B (or 0x2A432B) is known color: Myrtle. HEX triplet: 2A, 43 and 2B. RGB value is (42,67,43). Sum of RGB (Red+Green+Blue) = 42+67+43=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #2A432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A432B is #D5BCD4. Grayscale: #383838. Windows color (decimal): -14007509 or 2835242. OLE color: 2835242.
HSL color Cylindrical-coordinate representation of color #2A432B: hue angle of 122.4º 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 #2A432B is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 43 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.74 |
| HSL | 122.4º | 0.23% | 0.21% | - |
| HSV(B) | 122.4º | 0.37% | 0.26% | - |
| XYZ | 3.4 | 4.68 | 3.01 | - |
| YUV | 56.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 43 | 0.37 | 0 | 0.36 | 0.74 | 122.4 | 0.23 | 0.21 |
| Hex | 2A | 43 | 2B | 25 | 0 | 24 | 4A | 7A | 17 | 15 |
| Octal | 52 | 103 | 53 | 45 | 0 | 44 | 112 | 172 | 27 | 25 |
| Binary | 101010 | 1000011 | 101011 | 100101 | 0 | 100100 | 1001010 | 1111010 | 10111 | 10101 |
Color Harmonies of #2A432B
Complementary color
Monochromatic Colors of #2A432B
Black with #2A432B
Text Example
Text Example
White with #2A432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A432B; }
p { color: rgb(42,67,43); }
H1.HeaderClassName
{
color: #2A432B;
}
.AnyTagClassName
{
color: #2A432B;
}
</style>
background-color css
<style>
a { background-color: #2A432B; }
a { background-color: rgb(42,67,43); }
div.DivClassName
{
background-color: #2A432B;
}
.BgClassName
{
background-color: #2A432B;
}
</style>
border-color css
<style>
span { border-color: #2A432B; }
span { border-color: rgb(42,67,43); }
td.TdClassName
{
border-color: #2A432B;
}
.TagClassName
{
border-color: #2A432B;
}
</style>