Shades of Te Papa Green #2E443C
Tints of Te Papa Green #2E443C
RGB
CMYK
RGB Variations
Color information
#2E443C (or 0x2E443C) is known color: Te Papa Green. HEX triplet: 2E, 44 and 3C. RGB value is (46,68,60). Sum of RGB (Red+Green+Blue) = 46+68+60=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #2E443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E443C is #D1BBC3. Grayscale: #3C3C3C. Windows color (decimal): -13745092 or 3949614. OLE color: 3949614.
HSL color Cylindrical-coordinate representation of color #2E443C: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E443C is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 60 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.73 |
| HSL | 158.18º | 0.19% | 0.22% | - |
| HSV(B) | 158.18º | 0.32% | 0.27% | - |
| XYZ | 4.01 | 5.04 | 5.04 | - |
| YUV | 60.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 60 | 0.32 | 0 | 0.12 | 0.73 | 158.18 | 0.19 | 0.22 |
| Hex | 2E | 44 | 3C | 20 | 0 | C | 49 | 9E | 13 | 16 |
| Octal | 56 | 104 | 74 | 40 | 0 | 14 | 111 | 236 | 23 | 26 |
| Binary | 101110 | 1000100 | 111100 | 100000 | 0 | 1100 | 1001001 | 10011110 | 10011 | 10110 |
Color Harmonies of #2E443C
Complementary color
Monochromatic Colors of #2E443C
Black with #2E443C
Text Example
Text Example
White with #2E443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E443C; }
p { color: rgb(46,68,60); }
H1.HeaderClassName
{
color: #2E443C;
}
.AnyTagClassName
{
color: #2E443C;
}
</style>
background-color css
<style>
a { background-color: #2E443C; }
a { background-color: rgb(46,68,60); }
div.DivClassName
{
background-color: #2E443C;
}
.BgClassName
{
background-color: #2E443C;
}
</style>
border-color css
<style>
span { border-color: #2E443C; }
span { border-color: rgb(46,68,60); }
td.TdClassName
{
border-color: #2E443C;
}
.TagClassName
{
border-color: #2E443C;
}
</style>