Shades of Te Papa Green #2C423B
Tints of Te Papa Green #2C423B
RGB
CMYK
RGB Variations
Color information
#2C423B (or 0x2C423B) is known color: Te Papa Green. HEX triplet: 2C, 42 and 3B. RGB value is (44,66,59). Sum of RGB (Red+Green+Blue) = 44+66+59=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #2C423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C423B is #D3BDC4. Grayscale: #3A3A3A. Windows color (decimal): -13876677 or 3883564. OLE color: 3883564.
HSL color Cylindrical-coordinate representation of color #2C423B: hue angle of 160.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C423B is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 59 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.74 |
| HSL | 160.91º | 0.2% | 0.22% | - |
| HSV(B) | 160.91º | 0.33% | 0.26% | - |
| XYZ | 3.78 | 4.75 | 4.86 | - |
| YUV | 58.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 59 | 0.33 | 0 | 0.11 | 0.74 | 160.91 | 0.2 | 0.22 |
| Hex | 2C | 42 | 3B | 21 | 0 | B | 4A | A1 | 14 | 16 |
| Octal | 54 | 102 | 73 | 41 | 0 | 13 | 112 | 241 | 24 | 26 |
| Binary | 101100 | 1000010 | 111011 | 100001 | 0 | 1011 | 1001010 | 10100001 | 10100 | 10110 |
Color Harmonies of #2C423B
Complementary color
Monochromatic Colors of #2C423B
Black with #2C423B
Text Example
Text Example
White with #2C423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C423B; }
p { color: rgb(44,66,59); }
H1.HeaderClassName
{
color: #2C423B;
}
.AnyTagClassName
{
color: #2C423B;
}
</style>
background-color css
<style>
a { background-color: #2C423B; }
a { background-color: rgb(44,66,59); }
div.DivClassName
{
background-color: #2C423B;
}
.BgClassName
{
background-color: #2C423B;
}
</style>
border-color css
<style>
span { border-color: #2C423B; }
span { border-color: rgb(44,66,59); }
td.TdClassName
{
border-color: #2C423B;
}
.TagClassName
{
border-color: #2C423B;
}
</style>