Shades of Te Papa Green #2B5344
Tints of Te Papa Green #2B5344
RGB
CMYK
RGB Variations
Color information
#2B5344 (or 0x2B5344) is known color: Te Papa Green. HEX triplet: 2B, 53 and 44. RGB value is (43,83,68). Sum of RGB (Red+Green+Blue) = 43+83+68=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5344 is #D4ACBB. Grayscale: #454545. Windows color (decimal): -13937852 or 4477739. OLE color: 4477739.
HSL color Cylindrical-coordinate representation of color #2B5344: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5344 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 68 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.67 |
| HSL | 157.5º | 0.32% | 0.25% | - |
| HSV(B) | 157.5º | 0.48% | 0.33% | - |
| XYZ | 5.13 | 7.12 | 6.57 | - |
| YUV | 69.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 68 | 0.48 | 0 | 0.18 | 0.67 | 157.5 | 0.32 | 0.25 |
| Hex | 2B | 53 | 44 | 30 | 0 | 12 | 43 | 9E | 20 | 19 |
| Octal | 53 | 123 | 104 | 60 | 0 | 22 | 103 | 236 | 40 | 31 |
| Binary | 101011 | 1010011 | 1000100 | 110000 | 0 | 10010 | 1000011 | 10011110 | 100000 | 11001 |
Color Harmonies of #2B5344
Complementary color
Monochromatic Colors of #2B5344
Black with #2B5344
Text Example
Text Example
White with #2B5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5344; }
p { color: rgb(43,83,68); }
H1.HeaderClassName
{
color: #2B5344;
}
.AnyTagClassName
{
color: #2B5344;
}
</style>
background-color css
<style>
a { background-color: #2B5344; }
a { background-color: rgb(43,83,68); }
div.DivClassName
{
background-color: #2B5344;
}
.BgClassName
{
background-color: #2B5344;
}
</style>
border-color css
<style>
span { border-color: #2B5344; }
span { border-color: rgb(43,83,68); }
td.TdClassName
{
border-color: #2B5344;
}
.TagClassName
{
border-color: #2B5344;
}
</style>