Shades of Te Papa Green #245445
Tints of Te Papa Green #245445
RGB
CMYK
RGB Variations
Color information
#245445 (or 0x245445) is known color: Te Papa Green. HEX triplet: 24, 54 and 45. RGB value is (36,84,69). Sum of RGB (Red+Green+Blue) = 36+84+69=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #245445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245445 is #DBABBA. Grayscale: #434343. Windows color (decimal): -14396347 or 4543524. OLE color: 4543524.
HSL color Cylindrical-coordinate representation of color #245445: hue angle of 161.25º 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 #245445 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 69 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.67 |
| HSL | 161.25º | 0.4% | 0.24% | - |
| HSV(B) | 161.25º | 0.57% | 0.33% | - |
| XYZ | 4.97 | 7.15 | 6.75 | - |
| YUV | 67.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 69 | 0.57 | 0 | 0.18 | 0.67 | 161.25 | 0.4 | 0.24 |
| Hex | 24 | 54 | 45 | 39 | 0 | 12 | 43 | A1 | 28 | 18 |
| Octal | 44 | 124 | 105 | 71 | 0 | 22 | 103 | 241 | 50 | 30 |
| Binary | 100100 | 1010100 | 1000101 | 111001 | 0 | 10010 | 1000011 | 10100001 | 101000 | 11000 |
Color Harmonies of #245445
Complementary color
Monochromatic Colors of #245445
Black with #245445
Text Example
Text Example
White with #245445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245445; }
p { color: rgb(36,84,69); }
H1.HeaderClassName
{
color: #245445;
}
.AnyTagClassName
{
color: #245445;
}
</style>
background-color css
<style>
a { background-color: #245445; }
a { background-color: rgb(36,84,69); }
div.DivClassName
{
background-color: #245445;
}
.BgClassName
{
background-color: #245445;
}
</style>
border-color css
<style>
span { border-color: #245445; }
span { border-color: rgb(36,84,69); }
td.TdClassName
{
border-color: #245445;
}
.TagClassName
{
border-color: #245445;
}
</style>