Shades of Te Papa Green #2A523F
Tints of Te Papa Green #2A523F
RGB
CMYK
RGB Variations
Color information
#2A523F (or 0x2A523F) is known color: Te Papa Green. HEX triplet: 2A, 52 and 3F. RGB value is (42,82,63). Sum of RGB (Red+Green+Blue) = 42+82+63=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #2A523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A523F is #D5ADC0. Grayscale: #434343. Windows color (decimal): -14003649 or 4149802. OLE color: 4149802.
HSL color Cylindrical-coordinate representation of color #2A523F: hue angle of 151.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A523F is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 63 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.68 |
| HSL | 151.5º | 0.32% | 0.24% | - |
| HSV(B) | 151.5º | 0.49% | 0.32% | - |
| XYZ | 4.87 | 6.89 | 5.78 | - |
| YUV | 67.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 63 | 0.49 | 0 | 0.23 | 0.68 | 151.5 | 0.32 | 0.24 |
| Hex | 2A | 52 | 3F | 31 | 0 | 17 | 44 | 98 | 20 | 18 |
| Octal | 52 | 122 | 77 | 61 | 0 | 27 | 104 | 230 | 40 | 30 |
| Binary | 101010 | 1010010 | 111111 | 110001 | 0 | 10111 | 1000100 | 10011000 | 100000 | 11000 |
Color Harmonies of #2A523F
Complementary color
Monochromatic Colors of #2A523F
Black with #2A523F
Text Example
Text Example
White with #2A523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A523F; }
p { color: rgb(42,82,63); }
H1.HeaderClassName
{
color: #2A523F;
}
.AnyTagClassName
{
color: #2A523F;
}
</style>
background-color css
<style>
a { background-color: #2A523F; }
a { background-color: rgb(42,82,63); }
div.DivClassName
{
background-color: #2A523F;
}
.BgClassName
{
background-color: #2A523F;
}
</style>
border-color css
<style>
span { border-color: #2A523F; }
span { border-color: rgb(42,82,63); }
td.TdClassName
{
border-color: #2A523F;
}
.TagClassName
{
border-color: #2A523F;
}
</style>