Shades of Te Papa Green #2B5248
Tints of Te Papa Green #2B5248
RGB
CMYK
RGB Variations
Color information
#2B5248 (or 0x2B5248) is known color: Te Papa Green. HEX triplet: 2B, 52 and 48. RGB value is (43,82,72). Sum of RGB (Red+Green+Blue) = 43+82+72=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5248 is #D4ADB7. Grayscale: #454545. Windows color (decimal): -13938104 or 4739627. OLE color: 4739627.
HSL color Cylindrical-coordinate representation of color #2B5248: hue angle of 164.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5248 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
RGB | 43 | 82 | 72 | - |
CMYK | 0.48 | 0 | 0.12 | 0.68 |
HSL | 164.62º | 0.31% | 0.25% | - |
HSV(B) | 164.62º | 0.48% | 0.32% | - |
XYZ | 5.18 | 7.02 | 7.21 | - |
YUV | 69.2 | 129.58 | 109.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 82 | 72 | 0.48 | 0 | 0.12 | 0.68 | 164.62 | 0.31 | 0.25 |
Hex | 2B | 52 | 48 | 30 | 0 | C | 44 | A5 | 1F | 19 |
Octal | 53 | 122 | 110 | 60 | 0 | 14 | 104 | 245 | 37 | 31 |
Binary | 101011 | 1010010 | 1001000 | 110000 | 0 | 1100 | 1000100 | 10100101 | 11111 | 11001 |
Color Harmonies of #2B5248
Complementary color
Monochromatic Colors of #2B5248
Black with #2B5248
Text Example
Text Example
White with #2B5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5248; }
p { color: rgb(43,82,72); }
H1.HeaderClassName
{
color: #2B5248;
}
.AnyTagClassName
{
color: #2B5248;
}
</style>
background-color css
<style>
a { background-color: #2B5248; }
a { background-color: rgb(43,82,72); }
div.DivClassName
{
background-color: #2B5248;
}
.BgClassName
{
background-color: #2B5248;
}
</style>
border-color css
<style>
span { border-color: #2B5248; }
span { border-color: rgb(43,82,72); }
td.TdClassName
{
border-color: #2B5248;
}
.TagClassName
{
border-color: #2B5248;
}
</style>