Shades of Te Papa Green #2C523F
Tints of Te Papa Green #2C523F
RGB
CMYK
RGB Variations
Color information
#2C523F (or 0x2C523F) is known color: Te Papa Green. HEX triplet: 2C, 52 and 3F. RGB value is (44,82,63). Sum of RGB (Red+Green+Blue) = 44+82+63=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #2C523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C523F is #D3ADC0. Grayscale: #444444. Windows color (decimal): -13872577 or 4149804. OLE color: 4149804.
HSL color Cylindrical-coordinate representation of color #2C523F: hue angle of 150º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C523F is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 63 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.68 |
| HSL | 150º | 0.3% | 0.25% | - |
| HSV(B) | 150º | 0.46% | 0.32% | - |
| XYZ | 4.95 | 6.93 | 5.78 | - |
| YUV | 68.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 63 | 0.46 | 0 | 0.23 | 0.68 | 150 | 0.3 | 0.25 |
| Hex | 2C | 52 | 3F | 2E | 0 | 17 | 44 | 96 | 1E | 19 |
| Octal | 54 | 122 | 77 | 56 | 0 | 27 | 104 | 226 | 36 | 31 |
| Binary | 101100 | 1010010 | 111111 | 101110 | 0 | 10111 | 1000100 | 10010110 | 11110 | 11001 |
Color Harmonies of #2C523F
Complementary color
Monochromatic Colors of #2C523F
Black with #2C523F
Text Example
Text Example
White with #2C523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C523F; }
p { color: rgb(44,82,63); }
H1.HeaderClassName
{
color: #2C523F;
}
.AnyTagClassName
{
color: #2C523F;
}
</style>
background-color css
<style>
a { background-color: #2C523F; }
a { background-color: rgb(44,82,63); }
div.DivClassName
{
background-color: #2C523F;
}
.BgClassName
{
background-color: #2C523F;
}
</style>
border-color css
<style>
span { border-color: #2C523F; }
span { border-color: rgb(44,82,63); }
td.TdClassName
{
border-color: #2C523F;
}
.TagClassName
{
border-color: #2C523F;
}
</style>