Shades of Tarawera #2A3946
Tints of Tarawera #2A3946
RGB
CMYK
RGB Variations
Color information
#2A3946 (or 0x2A3946) is known color: Tarawera. HEX triplet: 2A, 39 and 46. RGB value is (42,57,70). Sum of RGB (Red+Green+Blue) = 42+57+70=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A3946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3946 is #D5C6B9. Grayscale: #353535. Windows color (decimal): -14010042 or 4602154. OLE color: 4602154.
HSL color Cylindrical-coordinate representation of color #2A3946: hue angle of 207.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A3946 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 57 | 70 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.73 |
| HSL | 207.86º | 0.25% | 0.22% | - |
| HSV(B) | 207.86º | 0.4% | 0.27% | - |
| XYZ | 3.52 | 3.86 | 6.35 | - |
| YUV | 54 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 70 | 0.40 | 0.19 | 0 | 0.73 | 207.86 | 0.25 | 0.22 |
| Hex | 2A | 39 | 46 | 28 | 13 | 0 | 49 | D0 | 19 | 16 |
| Octal | 52 | 71 | 106 | 50 | 23 | 0 | 111 | 320 | 31 | 26 |
| Binary | 101010 | 111001 | 1000110 | 101000 | 10011 | 0 | 1001001 | 11010000 | 11001 | 10110 |
Color Harmonies of #2A3946
Complementary color
Monochromatic Colors of #2A3946
Black with #2A3946
Text Example
Text Example
White with #2A3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3946; }
p { color: rgb(42,57,70); }
H1.HeaderClassName
{
color: #2A3946;
}
.AnyTagClassName
{
color: #2A3946;
}
</style>
background-color css
<style>
a { background-color: #2A3946; }
a { background-color: rgb(42,57,70); }
div.DivClassName
{
background-color: #2A3946;
}
.BgClassName
{
background-color: #2A3946;
}
</style>
border-color css
<style>
span { border-color: #2A3946; }
span { border-color: rgb(42,57,70); }
td.TdClassName
{
border-color: #2A3946;
}
.TagClassName
{
border-color: #2A3946;
}
</style>