Shades of Te Papa Green #2A4C43
Tints of Te Papa Green #2A4C43
RGB
CMYK
RGB Variations
Color information
#2A4C43 (or 0x2A4C43) is known color: Te Papa Green. HEX triplet: 2A, 4C and 43. RGB value is (42,76,67). Sum of RGB (Red+Green+Blue) = 42+76+67=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C43 is #D5B3BC. Grayscale: #404040. Windows color (decimal): -14005181 or 4410410. OLE color: 4410410.
HSL color Cylindrical-coordinate representation of color #2A4C43: hue angle of 164.12º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C43 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 67 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.70 |
| HSL | 164.12º | 0.29% | 0.23% | - |
| HSV(B) | 164.12º | 0.45% | 0.3% | - |
| XYZ | 4.55 | 6.07 | 6.24 | - |
| YUV | 64.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 67 | 0.45 | 0 | 0.12 | 0.70 | 164.12 | 0.29 | 0.23 |
| Hex | 2A | 4C | 43 | 2D | 0 | C | 46 | A4 | 1D | 17 |
| Octal | 52 | 114 | 103 | 55 | 0 | 14 | 106 | 244 | 35 | 27 |
| Binary | 101010 | 1001100 | 1000011 | 101101 | 0 | 1100 | 1000110 | 10100100 | 11101 | 10111 |
Color Harmonies of #2A4C43
Complementary color
Monochromatic Colors of #2A4C43
Black with #2A4C43
Text Example
Text Example
White with #2A4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C43; }
p { color: rgb(42,76,67); }
H1.HeaderClassName
{
color: #2A4C43;
}
.AnyTagClassName
{
color: #2A4C43;
}
</style>
background-color css
<style>
a { background-color: #2A4C43; }
a { background-color: rgb(42,76,67); }
div.DivClassName
{
background-color: #2A4C43;
}
.BgClassName
{
background-color: #2A4C43;
}
</style>
border-color css
<style>
span { border-color: #2A4C43; }
span { border-color: rgb(42,76,67); }
td.TdClassName
{
border-color: #2A4C43;
}
.TagClassName
{
border-color: #2A4C43;
}
</style>