Shades of Te Papa Green #2B433B
Tints of Te Papa Green #2B433B
RGB
CMYK
RGB Variations
Color information
#2B433B (or 0x2B433B) is known color: Te Papa Green. HEX triplet: 2B, 43 and 3B. RGB value is (43,67,59). Sum of RGB (Red+Green+Blue) = 43+67+59=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #2B433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B433B is #D4BCC4. Grayscale: #3A3A3A. Windows color (decimal): -13941957 or 3883819. OLE color: 3883819.
HSL color Cylindrical-coordinate representation of color #2B433B: hue angle of 160º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B433B is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 59 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.74 |
| HSL | 160º | 0.22% | 0.22% | - |
| HSV(B) | 160º | 0.36% | 0.26% | - |
| XYZ | 3.79 | 4.84 | 4.87 | - |
| YUV | 58.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 59 | 0.36 | 0 | 0.12 | 0.74 | 160 | 0.22 | 0.22 |
| Hex | 2B | 43 | 3B | 24 | 0 | C | 4A | A0 | 16 | 16 |
| Octal | 53 | 103 | 73 | 44 | 0 | 14 | 112 | 240 | 26 | 26 |
| Binary | 101011 | 1000011 | 111011 | 100100 | 0 | 1100 | 1001010 | 10100000 | 10110 | 10110 |
Color Harmonies of #2B433B
Complementary color
Monochromatic Colors of #2B433B
Black with #2B433B
Text Example
Text Example
White with #2B433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B433B; }
p { color: rgb(43,67,59); }
H1.HeaderClassName
{
color: #2B433B;
}
.AnyTagClassName
{
color: #2B433B;
}
</style>
background-color css
<style>
a { background-color: #2B433B; }
a { background-color: rgb(43,67,59); }
div.DivClassName
{
background-color: #2B433B;
}
.BgClassName
{
background-color: #2B433B;
}
</style>
border-color css
<style>
span { border-color: #2B433B; }
span { border-color: rgb(43,67,59); }
td.TdClassName
{
border-color: #2B433B;
}
.TagClassName
{
border-color: #2B433B;
}
</style>