Shades of Te Papa Green #244D40
Tints of Te Papa Green #244D40
RGB
CMYK
RGB Variations
Color information
#244D40 (or 0x244D40) is known color: Te Papa Green. HEX triplet: 24, 4D and 40. RGB value is (36,77,64). Sum of RGB (Red+Green+Blue) = 36+77+64=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #244D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D40 is #DBB2BF. Grayscale: #3F3F3F. Windows color (decimal): -14398144 or 4214052. OLE color: 4214052.
HSL color Cylindrical-coordinate representation of color #244D40: hue angle of 160.98º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244D40 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 77 | 64 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.70 |
| HSL | 160.98º | 0.36% | 0.22% | - |
| HSV(B) | 160.98º | 0.53% | 0.3% | - |
| XYZ | 4.31 | 6.05 | 5.79 | - |
| YUV | 63.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 64 | 0.53 | 0 | 0.17 | 0.70 | 160.98 | 0.36 | 0.22 |
| Hex | 24 | 4D | 40 | 35 | 0 | 11 | 46 | A1 | 24 | 16 |
| Octal | 44 | 115 | 100 | 65 | 0 | 21 | 106 | 241 | 44 | 26 |
| Binary | 100100 | 1001101 | 1000000 | 110101 | 0 | 10001 | 1000110 | 10100001 | 100100 | 10110 |
Color Harmonies of #244D40
Complementary color
Monochromatic Colors of #244D40
Black with #244D40
Text Example
Text Example
White with #244D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D40; }
p { color: rgb(36,77,64); }
H1.HeaderClassName
{
color: #244D40;
}
.AnyTagClassName
{
color: #244D40;
}
</style>
background-color css
<style>
a { background-color: #244D40; }
a { background-color: rgb(36,77,64); }
div.DivClassName
{
background-color: #244D40;
}
.BgClassName
{
background-color: #244D40;
}
</style>
border-color css
<style>
span { border-color: #244D40; }
span { border-color: rgb(36,77,64); }
td.TdClassName
{
border-color: #244D40;
}
.TagClassName
{
border-color: #244D40;
}
</style>