Shades of Te Papa Green #2B493C
Tints of Te Papa Green #2B493C
RGB
CMYK
RGB Variations
Color information
#2B493C (or 0x2B493C) is known color: Te Papa Green. HEX triplet: 2B, 49 and 3C. RGB value is (43,73,60). Sum of RGB (Red+Green+Blue) = 43+73+60=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #2B493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B493C is #D4B6C3. Grayscale: #3E3E3E. Windows color (decimal): -13940420 or 3950891. OLE color: 3950891.
HSL color Cylindrical-coordinate representation of color #2B493C: hue angle of 154º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B493C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 60 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.71 |
| HSL | 154º | 0.26% | 0.23% | - |
| HSV(B) | 154º | 0.41% | 0.29% | - |
| XYZ | 4.19 | 5.6 | 5.14 | - |
| YUV | 62.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 60 | 0.41 | 0 | 0.18 | 0.71 | 154 | 0.26 | 0.23 |
| Hex | 2B | 49 | 3C | 29 | 0 | 12 | 47 | 9A | 1A | 17 |
| Octal | 53 | 111 | 74 | 51 | 0 | 22 | 107 | 232 | 32 | 27 |
| Binary | 101011 | 1001001 | 111100 | 101001 | 0 | 10010 | 1000111 | 10011010 | 11010 | 10111 |
Color Harmonies of #2B493C
Complementary color
Monochromatic Colors of #2B493C
Black with #2B493C
Text Example
Text Example
White with #2B493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B493C; }
p { color: rgb(43,73,60); }
H1.HeaderClassName
{
color: #2B493C;
}
.AnyTagClassName
{
color: #2B493C;
}
</style>
background-color css
<style>
a { background-color: #2B493C; }
a { background-color: rgb(43,73,60); }
div.DivClassName
{
background-color: #2B493C;
}
.BgClassName
{
background-color: #2B493C;
}
</style>
border-color css
<style>
span { border-color: #2B493C; }
span { border-color: rgb(43,73,60); }
td.TdClassName
{
border-color: #2B493C;
}
.TagClassName
{
border-color: #2B493C;
}
</style>