Shades of Te Papa Green #245247
Tints of Te Papa Green #245247
RGB
CMYK
RGB Variations
Color information
#245247 (or 0x245247) is known color: Te Papa Green. HEX triplet: 24, 52 and 47. RGB value is (36,82,71). Sum of RGB (Red+Green+Blue) = 36+82+71=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #245247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245247 is #DBADB8. Grayscale: #424242. Windows color (decimal): -14396857 or 4674084. OLE color: 4674084.
HSL color Cylindrical-coordinate representation of color #245247: hue angle of 165.65º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245247 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 71 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.68 |
| HSL | 165.65º | 0.39% | 0.23% | - |
| HSV(B) | 165.65º | 0.56% | 0.32% | - |
| XYZ | 4.88 | 6.86 | 7.03 | - |
| YUV | 66.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 71 | 0.56 | 0 | 0.13 | 0.68 | 165.65 | 0.39 | 0.23 |
| Hex | 24 | 52 | 47 | 38 | 0 | D | 44 | A6 | 27 | 17 |
| Octal | 44 | 122 | 107 | 70 | 0 | 15 | 104 | 246 | 47 | 27 |
| Binary | 100100 | 1010010 | 1000111 | 111000 | 0 | 1101 | 1000100 | 10100110 | 100111 | 10111 |
Color Harmonies of #245247
Complementary color
Monochromatic Colors of #245247
Black with #245247
Text Example
Text Example
White with #245247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245247; }
p { color: rgb(36,82,71); }
H1.HeaderClassName
{
color: #245247;
}
.AnyTagClassName
{
color: #245247;
}
</style>
background-color css
<style>
a { background-color: #245247; }
a { background-color: rgb(36,82,71); }
div.DivClassName
{
background-color: #245247;
}
.BgClassName
{
background-color: #245247;
}
</style>
border-color css
<style>
span { border-color: #245247; }
span { border-color: rgb(36,82,71); }
td.TdClassName
{
border-color: #245247;
}
.TagClassName
{
border-color: #245247;
}
</style>