Shades of Te Papa Green #2B463D
Tints of Te Papa Green #2B463D
RGB
CMYK
RGB Variations
Color information
#2B463D (or 0x2B463D) is known color: Te Papa Green. HEX triplet: 2B, 46 and 3D. RGB value is (43,70,61). Sum of RGB (Red+Green+Blue) = 43+70+61=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #2B463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B463D is #D4B9C2. Grayscale: #3C3C3C. Windows color (decimal): -13941187 or 4015659. OLE color: 4015659.
HSL color Cylindrical-coordinate representation of color #2B463D: hue angle of 160º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B463D is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 70 | 61 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.73 |
| HSL | 160º | 0.24% | 0.22% | - |
| HSV(B) | 160º | 0.39% | 0.27% | - |
| XYZ | 4.03 | 5.23 | 5.21 | - |
| YUV | 60.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 61 | 0.39 | 0 | 0.13 | 0.73 | 160 | 0.24 | 0.22 |
| Hex | 2B | 46 | 3D | 27 | 0 | D | 49 | A0 | 18 | 16 |
| Octal | 53 | 106 | 75 | 47 | 0 | 15 | 111 | 240 | 30 | 26 |
| Binary | 101011 | 1000110 | 111101 | 100111 | 0 | 1101 | 1001001 | 10100000 | 11000 | 10110 |
Color Harmonies of #2B463D
Complementary color
Monochromatic Colors of #2B463D
Black with #2B463D
Text Example
Text Example
White with #2B463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B463D; }
p { color: rgb(43,70,61); }
H1.HeaderClassName
{
color: #2B463D;
}
.AnyTagClassName
{
color: #2B463D;
}
</style>
background-color css
<style>
a { background-color: #2B463D; }
a { background-color: rgb(43,70,61); }
div.DivClassName
{
background-color: #2B463D;
}
.BgClassName
{
background-color: #2B463D;
}
</style>
border-color css
<style>
span { border-color: #2B463D; }
span { border-color: rgb(43,70,61); }
td.TdClassName
{
border-color: #2B463D;
}
.TagClassName
{
border-color: #2B463D;
}
</style>