Shades of Te Papa Green #2A463D
Tints of Te Papa Green #2A463D
RGB
CMYK
RGB Variations
Color information
#2A463D (or 0x2A463D) is known color: Te Papa Green. HEX triplet: 2A, 46 and 3D. RGB value is (42,70,61). Sum of RGB (Red+Green+Blue) = 42+70+61=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #2A463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A463D is #D5B9C2. Grayscale: #3C3C3C. Windows color (decimal): -14006723 or 4015658. OLE color: 4015658.
HSL color Cylindrical-coordinate representation of color #2A463D: hue angle of 160.71º 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 #2A463D is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 61 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.73 |
| HSL | 160.71º | 0.25% | 0.22% | - |
| HSV(B) | 160.71º | 0.4% | 0.27% | - |
| XYZ | 3.99 | 5.21 | 5.21 | - |
| YUV | 60.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 61 | 0.40 | 0 | 0.13 | 0.73 | 160.71 | 0.25 | 0.22 |
| Hex | 2A | 46 | 3D | 28 | 0 | D | 49 | A1 | 19 | 16 |
| Octal | 52 | 106 | 75 | 50 | 0 | 15 | 111 | 241 | 31 | 26 |
| Binary | 101010 | 1000110 | 111101 | 101000 | 0 | 1101 | 1001001 | 10100001 | 11001 | 10110 |
Color Harmonies of #2A463D
Complementary color
Monochromatic Colors of #2A463D
Black with #2A463D
Text Example
Text Example
White with #2A463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A463D; }
p { color: rgb(42,70,61); }
H1.HeaderClassName
{
color: #2A463D;
}
.AnyTagClassName
{
color: #2A463D;
}
</style>
background-color css
<style>
a { background-color: #2A463D; }
a { background-color: rgb(42,70,61); }
div.DivClassName
{
background-color: #2A463D;
}
.BgClassName
{
background-color: #2A463D;
}
</style>
border-color css
<style>
span { border-color: #2A463D; }
span { border-color: rgb(42,70,61); }
td.TdClassName
{
border-color: #2A463D;
}
.TagClassName
{
border-color: #2A463D;
}
</style>