Shades of Tarawera #2A3945
Tints of Tarawera #2A3945
RGB
CMYK
RGB Variations
Color information
#2A3945 (or 0x2A3945) is known color: Tarawera. HEX triplet: 2A, 39 and 45. RGB value is (42,57,69). Sum of RGB (Red+Green+Blue) = 42+57+69=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A3945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3945 is #D5C6BA. Grayscale: #353535. Windows color (decimal): -14010043 or 4536618. OLE color: 4536618.
HSL color Cylindrical-coordinate representation of color #2A3945: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A3945 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 57 | 69 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.73 |
| HSL | 206.67º | 0.24% | 0.22% | - |
| HSV(B) | 206.67º | 0.39% | 0.27% | - |
| XYZ | 3.49 | 3.85 | 6.19 | - |
| YUV | 53.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 69 | 0.39 | 0.17 | 0 | 0.73 | 206.67 | 0.24 | 0.22 |
| Hex | 2A | 39 | 45 | 27 | 11 | 0 | 49 | CF | 18 | 16 |
| Octal | 52 | 71 | 105 | 47 | 21 | 0 | 111 | 317 | 30 | 26 |
| Binary | 101010 | 111001 | 1000101 | 100111 | 10001 | 0 | 1001001 | 11001111 | 11000 | 10110 |
Color Harmonies of #2A3945
Complementary color
Monochromatic Colors of #2A3945
Black with #2A3945
Text Example
Text Example
White with #2A3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3945; }
p { color: rgb(42,57,69); }
H1.HeaderClassName
{
color: #2A3945;
}
.AnyTagClassName
{
color: #2A3945;
}
</style>
background-color css
<style>
a { background-color: #2A3945; }
a { background-color: rgb(42,57,69); }
div.DivClassName
{
background-color: #2A3945;
}
.BgClassName
{
background-color: #2A3945;
}
</style>
border-color css
<style>
span { border-color: #2A3945; }
span { border-color: rgb(42,57,69); }
td.TdClassName
{
border-color: #2A3945;
}
.TagClassName
{
border-color: #2A3945;
}
</style>