Shades of Te Papa Green #245545
Tints of Te Papa Green #245545
RGB
CMYK
RGB Variations
Color information
#245545 (or 0x245545) is known color: Te Papa Green. HEX triplet: 24, 55 and 45. RGB value is (36,85,69). Sum of RGB (Red+Green+Blue) = 36+85+69=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #245545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245545 is #DBAABA. Grayscale: #444444. Windows color (decimal): -14396091 or 4543780. OLE color: 4543780.
HSL color Cylindrical-coordinate representation of color #245545: hue angle of 160.41º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245545 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 69 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.67 |
| HSL | 160.41º | 0.4% | 0.24% | - |
| HSV(B) | 160.41º | 0.58% | 0.33% | - |
| XYZ | 5.05 | 7.3 | 6.77 | - |
| YUV | 68.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 69 | 0.58 | 0 | 0.19 | 0.67 | 160.41 | 0.4 | 0.24 |
| Hex | 24 | 55 | 45 | 3A | 0 | 13 | 43 | A0 | 28 | 18 |
| Octal | 44 | 125 | 105 | 72 | 0 | 23 | 103 | 240 | 50 | 30 |
| Binary | 100100 | 1010101 | 1000101 | 111010 | 0 | 10011 | 1000011 | 10100000 | 101000 | 11000 |
Color Harmonies of #245545
Complementary color
Monochromatic Colors of #245545
Black with #245545
Text Example
Text Example
White with #245545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245545; }
p { color: rgb(36,85,69); }
H1.HeaderClassName
{
color: #245545;
}
.AnyTagClassName
{
color: #245545;
}
</style>
background-color css
<style>
a { background-color: #245545; }
a { background-color: rgb(36,85,69); }
div.DivClassName
{
background-color: #245545;
}
.BgClassName
{
background-color: #245545;
}
</style>
border-color css
<style>
span { border-color: #245545; }
span { border-color: rgb(36,85,69); }
td.TdClassName
{
border-color: #245545;
}
.TagClassName
{
border-color: #245545;
}
</style>