Shades of Te Papa Green #2C4E3E
Tints of Te Papa Green #2C4E3E
RGB
CMYK
RGB Variations
Color information
#2C4E3E (or 0x2C4E3E) is known color: Te Papa Green. HEX triplet: 2C, 4E and 3E. RGB value is (44,78,62). Sum of RGB (Red+Green+Blue) = 44+78+62=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E3E is #D3B1C1. Grayscale: #424242. Windows color (decimal): -13873602 or 4083244. OLE color: 4083244.
HSL color Cylindrical-coordinate representation of color #2C4E3E: hue angle of 151.76º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4E3E is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 78 | 62 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.69 |
| HSL | 151.76º | 0.28% | 0.24% | - |
| HSV(B) | 151.76º | 0.44% | 0.31% | - |
| XYZ | 4.63 | 6.33 | 5.54 | - |
| YUV | 66.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 62 | 0.44 | 0 | 0.21 | 0.69 | 151.76 | 0.28 | 0.24 |
| Hex | 2C | 4E | 3E | 2C | 0 | 15 | 45 | 98 | 1C | 18 |
| Octal | 54 | 116 | 76 | 54 | 0 | 25 | 105 | 230 | 34 | 30 |
| Binary | 101100 | 1001110 | 111110 | 101100 | 0 | 10101 | 1000101 | 10011000 | 11100 | 11000 |
Color Harmonies of #2C4E3E
Complementary color
Monochromatic Colors of #2C4E3E
Black with #2C4E3E
Text Example
Text Example
White with #2C4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E3E; }
p { color: rgb(44,78,62); }
H1.HeaderClassName
{
color: #2C4E3E;
}
.AnyTagClassName
{
color: #2C4E3E;
}
</style>
background-color css
<style>
a { background-color: #2C4E3E; }
a { background-color: rgb(44,78,62); }
div.DivClassName
{
background-color: #2C4E3E;
}
.BgClassName
{
background-color: #2C4E3E;
}
</style>
border-color css
<style>
span { border-color: #2C4E3E; }
span { border-color: rgb(44,78,62); }
td.TdClassName
{
border-color: #2C4E3E;
}
.TagClassName
{
border-color: #2C4E3E;
}
</style>