Shades of Te Papa Green #245441
Tints of Te Papa Green #245441
RGB
CMYK
RGB Variations
Color information
#245441 (or 0x245441) is known color: Te Papa Green. HEX triplet: 24, 54 and 41. RGB value is (36,84,65). Sum of RGB (Red+Green+Blue) = 36+84+65=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #245441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245441 is #DBABBE. Grayscale: #434343. Windows color (decimal): -14396351 or 4281380. OLE color: 4281380.
HSL color Cylindrical-coordinate representation of color #245441: hue angle of 156.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 #245441 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 65 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.67 |
| HSL | 156.25º | 0.4% | 0.24% | - |
| HSV(B) | 156.25º | 0.57% | 0.33% | - |
| XYZ | 4.85 | 7.1 | 6.12 | - |
| YUV | 67.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 65 | 0.57 | 0 | 0.23 | 0.67 | 156.25 | 0.4 | 0.24 |
| Hex | 24 | 54 | 41 | 39 | 0 | 17 | 43 | 9C | 28 | 18 |
| Octal | 44 | 124 | 101 | 71 | 0 | 27 | 103 | 234 | 50 | 30 |
| Binary | 100100 | 1010100 | 1000001 | 111001 | 0 | 10111 | 1000011 | 10011100 | 101000 | 11000 |
Color Harmonies of #245441
Complementary color
Monochromatic Colors of #245441
Black with #245441
Text Example
Text Example
White with #245441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245441; }
p { color: rgb(36,84,65); }
H1.HeaderClassName
{
color: #245441;
}
.AnyTagClassName
{
color: #245441;
}
</style>
background-color css
<style>
a { background-color: #245441; }
a { background-color: rgb(36,84,65); }
div.DivClassName
{
background-color: #245441;
}
.BgClassName
{
background-color: #245441;
}
</style>
border-color css
<style>
span { border-color: #245441; }
span { border-color: rgb(36,84,65); }
td.TdClassName
{
border-color: #245441;
}
.TagClassName
{
border-color: #245441;
}
</style>