Shades of Te Papa Green #2A5340
Tints of Te Papa Green #2A5340
RGB
CMYK
RGB Variations
Color information
#2A5340 (or 0x2A5340) is known color: Te Papa Green. HEX triplet: 2A, 53 and 40. RGB value is (42,83,64). Sum of RGB (Red+Green+Blue) = 42+83+64=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5340 is #D5ACBF. Grayscale: #444444. Windows color (decimal): -14003392 or 4215594. OLE color: 4215594.
HSL color Cylindrical-coordinate representation of color #2A5340: hue angle of 152.2º 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 #2A5340 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 64 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.67 |
| HSL | 152.2º | 0.33% | 0.25% | - |
| HSV(B) | 152.2º | 0.49% | 0.33% | - |
| XYZ | 4.97 | 7.05 | 5.95 | - |
| YUV | 68.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 64 | 0.49 | 0 | 0.23 | 0.67 | 152.2 | 0.33 | 0.25 |
| Hex | 2A | 53 | 40 | 31 | 0 | 17 | 43 | 98 | 21 | 19 |
| Octal | 52 | 123 | 100 | 61 | 0 | 27 | 103 | 230 | 41 | 31 |
| Binary | 101010 | 1010011 | 1000000 | 110001 | 0 | 10111 | 1000011 | 10011000 | 100001 | 11001 |
Color Harmonies of #2A5340
Complementary color
Monochromatic Colors of #2A5340
Black with #2A5340
Text Example
Text Example
White with #2A5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5340; }
p { color: rgb(42,83,64); }
H1.HeaderClassName
{
color: #2A5340;
}
.AnyTagClassName
{
color: #2A5340;
}
</style>
background-color css
<style>
a { background-color: #2A5340; }
a { background-color: rgb(42,83,64); }
div.DivClassName
{
background-color: #2A5340;
}
.BgClassName
{
background-color: #2A5340;
}
</style>
border-color css
<style>
span { border-color: #2A5340; }
span { border-color: rgb(42,83,64); }
td.TdClassName
{
border-color: #2A5340;
}
.TagClassName
{
border-color: #2A5340;
}
</style>