Shades of Te Papa Green #2B4A3E
Tints of Te Papa Green #2B4A3E
RGB
CMYK
RGB Variations
Color information
#2B4A3E (or 0x2B4A3E) is known color: Te Papa Green. HEX triplet: 2B, 4A and 3E. RGB value is (43,74,62). Sum of RGB (Red+Green+Blue) = 43+74+62=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A3E is #D4B5C1. Grayscale: #3F3F3F. Windows color (decimal): -13940162 or 4082219. OLE color: 4082219.
HSL color Cylindrical-coordinate representation of color #2B4A3E: hue angle of 156.77º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4A3E is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 62 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.71 |
| HSL | 156.77º | 0.26% | 0.23% | - |
| HSV(B) | 156.77º | 0.42% | 0.29% | - |
| XYZ | 4.31 | 5.76 | 5.44 | - |
| YUV | 63.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 62 | 0.42 | 0 | 0.16 | 0.71 | 156.77 | 0.26 | 0.23 |
| Hex | 2B | 4A | 3E | 2A | 0 | 10 | 47 | 9D | 1A | 17 |
| Octal | 53 | 112 | 76 | 52 | 0 | 20 | 107 | 235 | 32 | 27 |
| Binary | 101011 | 1001010 | 111110 | 101010 | 0 | 10000 | 1000111 | 10011101 | 11010 | 10111 |
Color Harmonies of #2B4A3E
Complementary color
Monochromatic Colors of #2B4A3E
Black with #2B4A3E
Text Example
Text Example
White with #2B4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A3E; }
p { color: rgb(43,74,62); }
H1.HeaderClassName
{
color: #2B4A3E;
}
.AnyTagClassName
{
color: #2B4A3E;
}
</style>
background-color css
<style>
a { background-color: #2B4A3E; }
a { background-color: rgb(43,74,62); }
div.DivClassName
{
background-color: #2B4A3E;
}
.BgClassName
{
background-color: #2B4A3E;
}
</style>
border-color css
<style>
span { border-color: #2B4A3E; }
span { border-color: rgb(43,74,62); }
td.TdClassName
{
border-color: #2B4A3E;
}
.TagClassName
{
border-color: #2B4A3E;
}
</style>