Shades of Te Papa Green #2D4A3D
Tints of Te Papa Green #2D4A3D
RGB
CMYK
RGB Variations
Color information
#2D4A3D (or 0x2D4A3D) is known color: Te Papa Green. HEX triplet: 2D, 4A and 3D. RGB value is (45,74,61). Sum of RGB (Red+Green+Blue) = 45+74+61=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A3D is #D2B5C2. Grayscale: #3F3F3F. Windows color (decimal): -13809091 or 4016685. OLE color: 4016685.
HSL color Cylindrical-coordinate representation of color #2D4A3D: hue angle of 153.1º 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 #2D4A3D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 61 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.71 |
| HSL | 153.1º | 0.24% | 0.23% | - |
| HSV(B) | 153.1º | 0.39% | 0.29% | - |
| XYZ | 4.37 | 5.79 | 5.3 | - |
| YUV | 63.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 61 | 0.39 | 0 | 0.18 | 0.71 | 153.1 | 0.24 | 0.23 |
| Hex | 2D | 4A | 3D | 27 | 0 | 12 | 47 | 99 | 18 | 17 |
| Octal | 55 | 112 | 75 | 47 | 0 | 22 | 107 | 231 | 30 | 27 |
| Binary | 101101 | 1001010 | 111101 | 100111 | 0 | 10010 | 1000111 | 10011001 | 11000 | 10111 |
Color Harmonies of #2D4A3D
Complementary color
Monochromatic Colors of #2D4A3D
Black with #2D4A3D
Text Example
Text Example
White with #2D4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A3D; }
p { color: rgb(45,74,61); }
H1.HeaderClassName
{
color: #2D4A3D;
}
.AnyTagClassName
{
color: #2D4A3D;
}
</style>
background-color css
<style>
a { background-color: #2D4A3D; }
a { background-color: rgb(45,74,61); }
div.DivClassName
{
background-color: #2D4A3D;
}
.BgClassName
{
background-color: #2D4A3D;
}
</style>
border-color css
<style>
span { border-color: #2D4A3D; }
span { border-color: rgb(45,74,61); }
td.TdClassName
{
border-color: #2D4A3D;
}
.TagClassName
{
border-color: #2D4A3D;
}
</style>