Shades of Te Papa Green #2A5344
Tints of Te Papa Green #2A5344
RGB
CMYK
RGB Variations
Color information
#2A5344 (or 0x2A5344) is known color: Te Papa Green. HEX triplet: 2A, 53 and 44. RGB value is (42,83,68). Sum of RGB (Red+Green+Blue) = 42+83+68=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5344 is #D5ACBB. Grayscale: #454545. Windows color (decimal): -14003388 or 4477738. OLE color: 4477738.
HSL color Cylindrical-coordinate representation of color #2A5344: hue angle of 158.05º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5344 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 68 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.67 |
| HSL | 158.05º | 0.33% | 0.25% | - |
| HSV(B) | 158.05º | 0.49% | 0.33% | - |
| XYZ | 5.09 | 7.1 | 6.57 | - |
| YUV | 69.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 68 | 0.49 | 0 | 0.18 | 0.67 | 158.05 | 0.33 | 0.25 |
| Hex | 2A | 53 | 44 | 31 | 0 | 12 | 43 | 9E | 21 | 19 |
| Octal | 52 | 123 | 104 | 61 | 0 | 22 | 103 | 236 | 41 | 31 |
| Binary | 101010 | 1010011 | 1000100 | 110001 | 0 | 10010 | 1000011 | 10011110 | 100001 | 11001 |
Color Harmonies of #2A5344
Complementary color
Monochromatic Colors of #2A5344
Black with #2A5344
Text Example
Text Example
White with #2A5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5344; }
p { color: rgb(42,83,68); }
H1.HeaderClassName
{
color: #2A5344;
}
.AnyTagClassName
{
color: #2A5344;
}
</style>
background-color css
<style>
a { background-color: #2A5344; }
a { background-color: rgb(42,83,68); }
div.DivClassName
{
background-color: #2A5344;
}
.BgClassName
{
background-color: #2A5344;
}
</style>
border-color css
<style>
span { border-color: #2A5344; }
span { border-color: rgb(42,83,68); }
td.TdClassName
{
border-color: #2A5344;
}
.TagClassName
{
border-color: #2A5344;
}
</style>