Shades of Te Papa Green #2D4A3F
Tints of Te Papa Green #2D4A3F
RGB
CMYK
RGB Variations
Color information
#2D4A3F (or 0x2D4A3F) is known color: Te Papa Green. HEX triplet: 2D, 4A and 3F. RGB value is (45,74,63). Sum of RGB (Red+Green+Blue) = 45+74+63=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A3F is #D2B5C0. Grayscale: #404040. Windows color (decimal): -13809089 or 4147757. OLE color: 4147757.
HSL color Cylindrical-coordinate representation of color #2D4A3F: hue angle of 157.24º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D4A3F is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 63 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.71 |
| HSL | 157.24º | 0.24% | 0.23% | - |
| HSV(B) | 157.24º | 0.39% | 0.29% | - |
| XYZ | 4.43 | 5.81 | 5.59 | - |
| YUV | 64.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 63 | 0.39 | 0 | 0.15 | 0.71 | 157.24 | 0.24 | 0.23 |
| Hex | 2D | 4A | 3F | 27 | 0 | F | 47 | 9D | 18 | 17 |
| Octal | 55 | 112 | 77 | 47 | 0 | 17 | 107 | 235 | 30 | 27 |
| Binary | 101101 | 1001010 | 111111 | 100111 | 0 | 1111 | 1000111 | 10011101 | 11000 | 10111 |
Color Harmonies of #2D4A3F
Complementary color
Monochromatic Colors of #2D4A3F
Black with #2D4A3F
Text Example
Text Example
White with #2D4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A3F; }
p { color: rgb(45,74,63); }
H1.HeaderClassName
{
color: #2D4A3F;
}
.AnyTagClassName
{
color: #2D4A3F;
}
</style>
background-color css
<style>
a { background-color: #2D4A3F; }
a { background-color: rgb(45,74,63); }
div.DivClassName
{
background-color: #2D4A3F;
}
.BgClassName
{
background-color: #2D4A3F;
}
</style>
border-color css
<style>
span { border-color: #2D4A3F; }
span { border-color: rgb(45,74,63); }
td.TdClassName
{
border-color: #2D4A3F;
}
.TagClassName
{
border-color: #2D4A3F;
}
</style>