Shades of Te Papa Green #2B4A3D
Tints of Te Papa Green #2B4A3D
RGB
CMYK
RGB Variations
Color information
#2B4A3D (or 0x2B4A3D) is known color: Te Papa Green. HEX triplet: 2B, 4A and 3D. RGB value is (43,74,61). Sum of RGB (Red+Green+Blue) = 43+74+61=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A3D is #D4B5C2. Grayscale: #3F3F3F. Windows color (decimal): -13940163 or 4016683. OLE color: 4016683.
HSL color Cylindrical-coordinate representation of color #2B4A3D: hue angle of 154.84º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4A3D is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 61 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.71 |
| HSL | 154.84º | 0.26% | 0.23% | - |
| HSV(B) | 154.84º | 0.42% | 0.29% | - |
| XYZ | 4.29 | 5.75 | 5.3 | - |
| YUV | 63.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 61 | 0.42 | 0 | 0.18 | 0.71 | 154.84 | 0.26 | 0.23 |
| Hex | 2B | 4A | 3D | 2A | 0 | 12 | 47 | 9B | 1A | 17 |
| Octal | 53 | 112 | 75 | 52 | 0 | 22 | 107 | 233 | 32 | 27 |
| Binary | 101011 | 1001010 | 111101 | 101010 | 0 | 10010 | 1000111 | 10011011 | 11010 | 10111 |
Color Harmonies of #2B4A3D
Complementary color
Monochromatic Colors of #2B4A3D
Black with #2B4A3D
Text Example
Text Example
White with #2B4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A3D; }
p { color: rgb(43,74,61); }
H1.HeaderClassName
{
color: #2B4A3D;
}
.AnyTagClassName
{
color: #2B4A3D;
}
</style>
background-color css
<style>
a { background-color: #2B4A3D; }
a { background-color: rgb(43,74,61); }
div.DivClassName
{
background-color: #2B4A3D;
}
.BgClassName
{
background-color: #2B4A3D;
}
</style>
border-color css
<style>
span { border-color: #2B4A3D; }
span { border-color: rgb(43,74,61); }
td.TdClassName
{
border-color: #2B4A3D;
}
.TagClassName
{
border-color: #2B4A3D;
}
</style>