Shades of Te Papa Green #2A4E3F
Tints of Te Papa Green #2A4E3F
RGB
CMYK
RGB Variations
Color information
#2A4E3F (or 0x2A4E3F) is known color: Te Papa Green. HEX triplet: 2A, 4E and 3F. RGB value is (42,78,63). Sum of RGB (Red+Green+Blue) = 42+78+63=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E3F is #D5B1C0. Grayscale: #414141. Windows color (decimal): -14004673 or 4148778. OLE color: 4148778.
HSL color Cylindrical-coordinate representation of color #2A4E3F: hue angle of 155º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4E3F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 63 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.69 |
| HSL | 155º | 0.3% | 0.24% | - |
| HSV(B) | 155º | 0.46% | 0.31% | - |
| XYZ | 4.58 | 6.3 | 5.68 | - |
| YUV | 65.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 63 | 0.46 | 0 | 0.19 | 0.69 | 155 | 0.3 | 0.24 |
| Hex | 2A | 4E | 3F | 2E | 0 | 13 | 45 | 9B | 1E | 18 |
| Octal | 52 | 116 | 77 | 56 | 0 | 23 | 105 | 233 | 36 | 30 |
| Binary | 101010 | 1001110 | 111111 | 101110 | 0 | 10011 | 1000101 | 10011011 | 11110 | 11000 |
Color Harmonies of #2A4E3F
Complementary color
Monochromatic Colors of #2A4E3F
Black with #2A4E3F
Text Example
Text Example
White with #2A4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E3F; }
p { color: rgb(42,78,63); }
H1.HeaderClassName
{
color: #2A4E3F;
}
.AnyTagClassName
{
color: #2A4E3F;
}
</style>
background-color css
<style>
a { background-color: #2A4E3F; }
a { background-color: rgb(42,78,63); }
div.DivClassName
{
background-color: #2A4E3F;
}
.BgClassName
{
background-color: #2A4E3F;
}
</style>
border-color css
<style>
span { border-color: #2A4E3F; }
span { border-color: rgb(42,78,63); }
td.TdClassName
{
border-color: #2A4E3F;
}
.TagClassName
{
border-color: #2A4E3F;
}
</style>