Shades of Te Papa Green #2A5141
Tints of Te Papa Green #2A5141
RGB
CMYK
RGB Variations
Color information
#2A5141 (or 0x2A5141) is known color: Te Papa Green. HEX triplet: 2A, 51 and 41. RGB value is (42,81,65). Sum of RGB (Red+Green+Blue) = 42+81+65=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5141 is #D5AEBE. Grayscale: #434343. Windows color (decimal): -14003903 or 4280618. OLE color: 4280618.
HSL color Cylindrical-coordinate representation of color #2A5141: hue angle of 155.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5141 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 65 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.68 |
| HSL | 155.38º | 0.32% | 0.24% | - |
| HSV(B) | 155.38º | 0.48% | 0.32% | - |
| XYZ | 4.85 | 6.76 | 6.05 | - |
| YUV | 67.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 65 | 0.48 | 0 | 0.20 | 0.68 | 155.38 | 0.32 | 0.24 |
| Hex | 2A | 51 | 41 | 30 | 0 | 14 | 44 | 9B | 20 | 18 |
| Octal | 52 | 121 | 101 | 60 | 0 | 24 | 104 | 233 | 40 | 30 |
| Binary | 101010 | 1010001 | 1000001 | 110000 | 0 | 10100 | 1000100 | 10011011 | 100000 | 11000 |
Color Harmonies of #2A5141
Complementary color
Monochromatic Colors of #2A5141
Black with #2A5141
Text Example
Text Example
White with #2A5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5141; }
p { color: rgb(42,81,65); }
H1.HeaderClassName
{
color: #2A5141;
}
.AnyTagClassName
{
color: #2A5141;
}
</style>
background-color css
<style>
a { background-color: #2A5141; }
a { background-color: rgb(42,81,65); }
div.DivClassName
{
background-color: #2A5141;
}
.BgClassName
{
background-color: #2A5141;
}
</style>
border-color css
<style>
span { border-color: #2A5141; }
span { border-color: rgb(42,81,65); }
td.TdClassName
{
border-color: #2A5141;
}
.TagClassName
{
border-color: #2A5141;
}
</style>