Shades of Te Papa Green #2D423B
Tints of Te Papa Green #2D423B
RGB
CMYK
RGB Variations
Color information
#2D423B (or 0x2D423B) is known color: Te Papa Green. HEX triplet: 2D, 42 and 3B. RGB value is (45,66,59). Sum of RGB (Red+Green+Blue) = 45+66+59=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #2D423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D423B is #D2BDC4. Grayscale: #3A3A3A. Windows color (decimal): -13811141 or 3883565. OLE color: 3883565.
HSL color Cylindrical-coordinate representation of color #2D423B: hue angle of 160º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2D423B is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 59 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.74 |
| HSL | 160º | 0.19% | 0.22% | - |
| HSV(B) | 160º | 0.32% | 0.26% | - |
| XYZ | 3.82 | 4.77 | 4.86 | - |
| YUV | 58.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 59 | 0.32 | 0 | 0.11 | 0.74 | 160 | 0.19 | 0.22 |
| Hex | 2D | 42 | 3B | 20 | 0 | B | 4A | A0 | 13 | 16 |
| Octal | 55 | 102 | 73 | 40 | 0 | 13 | 112 | 240 | 23 | 26 |
| Binary | 101101 | 1000010 | 111011 | 100000 | 0 | 1011 | 1001010 | 10100000 | 10011 | 10110 |
Color Harmonies of #2D423B
Complementary color
Monochromatic Colors of #2D423B
Black with #2D423B
Text Example
Text Example
White with #2D423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D423B; }
p { color: rgb(45,66,59); }
H1.HeaderClassName
{
color: #2D423B;
}
.AnyTagClassName
{
color: #2D423B;
}
</style>
background-color css
<style>
a { background-color: #2D423B; }
a { background-color: rgb(45,66,59); }
div.DivClassName
{
background-color: #2D423B;
}
.BgClassName
{
background-color: #2D423B;
}
</style>
border-color css
<style>
span { border-color: #2D423B; }
span { border-color: rgb(45,66,59); }
td.TdClassName
{
border-color: #2D423B;
}
.TagClassName
{
border-color: #2D423B;
}
</style>