Shades of Te Papa Green #2A4A3C
Tints of Te Papa Green #2A4A3C
RGB
CMYK
RGB Variations
Color information
#2A4A3C (or 0x2A4A3C) is known color: Te Papa Green. HEX triplet: 2A, 4A and 3C. RGB value is (42,74,60). Sum of RGB (Red+Green+Blue) = 42+74+60=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A3C is #D5B5C3. Grayscale: #3E3E3E. Windows color (decimal): -14005700 or 3951146. OLE color: 3951146.
HSL color Cylindrical-coordinate representation of color #2A4A3C: hue angle of 153.75º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A3C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 60 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.71 |
| HSL | 153.75º | 0.28% | 0.23% | - |
| HSV(B) | 153.75º | 0.43% | 0.29% | - |
| XYZ | 4.22 | 5.72 | 5.16 | - |
| YUV | 62.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 60 | 0.43 | 0 | 0.19 | 0.71 | 153.75 | 0.28 | 0.23 |
| Hex | 2A | 4A | 3C | 2B | 0 | 13 | 47 | 9A | 1C | 17 |
| Octal | 52 | 112 | 74 | 53 | 0 | 23 | 107 | 232 | 34 | 27 |
| Binary | 101010 | 1001010 | 111100 | 101011 | 0 | 10011 | 1000111 | 10011010 | 11100 | 10111 |
Color Harmonies of #2A4A3C
Complementary color
Monochromatic Colors of #2A4A3C
Black with #2A4A3C
Text Example
Text Example
White with #2A4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A3C; }
p { color: rgb(42,74,60); }
H1.HeaderClassName
{
color: #2A4A3C;
}
.AnyTagClassName
{
color: #2A4A3C;
}
</style>
background-color css
<style>
a { background-color: #2A4A3C; }
a { background-color: rgb(42,74,60); }
div.DivClassName
{
background-color: #2A4A3C;
}
.BgClassName
{
background-color: #2A4A3C;
}
</style>
border-color css
<style>
span { border-color: #2A4A3C; }
span { border-color: rgb(42,74,60); }
td.TdClassName
{
border-color: #2A4A3C;
}
.TagClassName
{
border-color: #2A4A3C;
}
</style>