Shades of Te Papa Green #2B5440
Tints of Te Papa Green #2B5440
RGB
CMYK
RGB Variations
Color information
#2B5440 (or 0x2B5440) is known color: Te Papa Green. HEX triplet: 2B, 54 and 40. RGB value is (43,84,64). Sum of RGB (Red+Green+Blue) = 43+84+64=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5440 is #D4ABBF. Grayscale: #454545. Windows color (decimal): -13937600 or 4215851. OLE color: 4215851.
HSL color Cylindrical-coordinate representation of color #2B5440: hue angle of 150.73º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5440 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 64 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.67 |
| HSL | 150.73º | 0.32% | 0.25% | - |
| HSV(B) | 150.73º | 0.49% | 0.33% | - |
| XYZ | 5.09 | 7.22 | 5.98 | - |
| YUV | 69.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 64 | 0.49 | 0 | 0.24 | 0.67 | 150.73 | 0.32 | 0.25 |
| Hex | 2B | 54 | 40 | 31 | 0 | 18 | 43 | 97 | 20 | 19 |
| Octal | 53 | 124 | 100 | 61 | 0 | 30 | 103 | 227 | 40 | 31 |
| Binary | 101011 | 1010100 | 1000000 | 110001 | 0 | 11000 | 1000011 | 10010111 | 100000 | 11001 |
Color Harmonies of #2B5440
Complementary color
Monochromatic Colors of #2B5440
Black with #2B5440
Text Example
Text Example
White with #2B5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5440; }
p { color: rgb(43,84,64); }
H1.HeaderClassName
{
color: #2B5440;
}
.AnyTagClassName
{
color: #2B5440;
}
</style>
background-color css
<style>
a { background-color: #2B5440; }
a { background-color: rgb(43,84,64); }
div.DivClassName
{
background-color: #2B5440;
}
.BgClassName
{
background-color: #2B5440;
}
</style>
border-color css
<style>
span { border-color: #2B5440; }
span { border-color: rgb(43,84,64); }
td.TdClassName
{
border-color: #2B5440;
}
.TagClassName
{
border-color: #2B5440;
}
</style>