Shades of Te Papa Green #245442
Tints of Te Papa Green #245442
RGB
CMYK
RGB Variations
Color information
#245442 (or 0x245442) is known color: Te Papa Green. HEX triplet: 24, 54 and 42. RGB value is (36,84,66). Sum of RGB (Red+Green+Blue) = 36+84+66=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #245442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245442 is #DBABBD. Grayscale: #434343. Windows color (decimal): -14396350 or 4346916. OLE color: 4346916.
HSL color Cylindrical-coordinate representation of color #245442: hue angle of 157.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245442 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 66 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.67 |
| HSL | 157.5º | 0.4% | 0.24% | - |
| HSV(B) | 157.5º | 0.57% | 0.33% | - |
| XYZ | 4.88 | 7.11 | 6.27 | - |
| YUV | 67.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 66 | 0.57 | 0 | 0.21 | 0.67 | 157.5 | 0.4 | 0.24 |
| Hex | 24 | 54 | 42 | 39 | 0 | 15 | 43 | 9E | 28 | 18 |
| Octal | 44 | 124 | 102 | 71 | 0 | 25 | 103 | 236 | 50 | 30 |
| Binary | 100100 | 1010100 | 1000010 | 111001 | 0 | 10101 | 1000011 | 10011110 | 101000 | 11000 |
Color Harmonies of #245442
Complementary color
Monochromatic Colors of #245442
Black with #245442
Text Example
Text Example
White with #245442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245442; }
p { color: rgb(36,84,66); }
H1.HeaderClassName
{
color: #245442;
}
.AnyTagClassName
{
color: #245442;
}
</style>
background-color css
<style>
a { background-color: #245442; }
a { background-color: rgb(36,84,66); }
div.DivClassName
{
background-color: #245442;
}
.BgClassName
{
background-color: #245442;
}
</style>
border-color css
<style>
span { border-color: #245442; }
span { border-color: rgb(36,84,66); }
td.TdClassName
{
border-color: #245442;
}
.TagClassName
{
border-color: #245442;
}
</style>