Shades of Te Papa Green #2C4B40
Tints of Te Papa Green #2C4B40
RGB
CMYK
RGB Variations
Color information
#2C4B40 (or 0x2C4B40) is known color: Te Papa Green. HEX triplet: 2C, 4B and 40. RGB value is (44,75,64). Sum of RGB (Red+Green+Blue) = 44+75+64=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B40 is #D3B4BF. Grayscale: #404040. Windows color (decimal): -13874368 or 4213548. OLE color: 4213548.
HSL color Cylindrical-coordinate representation of color #2C4B40: hue angle of 158.71º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B40 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 75 | 64 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.71 |
| HSL | 158.71º | 0.26% | 0.23% | - |
| HSV(B) | 158.71º | 0.41% | 0.29% | - |
| XYZ | 4.48 | 5.94 | 5.76 | - |
| YUV | 64.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 64 | 0.41 | 0 | 0.15 | 0.71 | 158.71 | 0.26 | 0.23 |
| Hex | 2C | 4B | 40 | 29 | 0 | F | 47 | 9F | 1A | 17 |
| Octal | 54 | 113 | 100 | 51 | 0 | 17 | 107 | 237 | 32 | 27 |
| Binary | 101100 | 1001011 | 1000000 | 101001 | 0 | 1111 | 1000111 | 10011111 | 11010 | 10111 |
Color Harmonies of #2C4B40
Complementary color
Monochromatic Colors of #2C4B40
Black with #2C4B40
Text Example
Text Example
White with #2C4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B40; }
p { color: rgb(44,75,64); }
H1.HeaderClassName
{
color: #2C4B40;
}
.AnyTagClassName
{
color: #2C4B40;
}
</style>
background-color css
<style>
a { background-color: #2C4B40; }
a { background-color: rgb(44,75,64); }
div.DivClassName
{
background-color: #2C4B40;
}
.BgClassName
{
background-color: #2C4B40;
}
</style>
border-color css
<style>
span { border-color: #2C4B40; }
span { border-color: rgb(44,75,64); }
td.TdClassName
{
border-color: #2C4B40;
}
.TagClassName
{
border-color: #2C4B40;
}
</style>