Shades of Te Papa Green #245344
Tints of Te Papa Green #245344
RGB
CMYK
RGB Variations
Color information
#245344 (or 0x245344) is known color: Te Papa Green. HEX triplet: 24, 53 and 44. RGB value is (36,83,68). Sum of RGB (Red+Green+Blue) = 36+83+68=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #245344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245344 is #DBACBB. Grayscale: #434343. Windows color (decimal): -14396604 or 4477732. OLE color: 4477732.
HSL color Cylindrical-coordinate representation of color #245344: hue angle of 160.85º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245344 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 68 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.67 |
| HSL | 160.85º | 0.39% | 0.23% | - |
| HSV(B) | 160.85º | 0.57% | 0.33% | - |
| XYZ | 4.86 | 6.98 | 6.56 | - |
| YUV | 67.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 68 | 0.57 | 0 | 0.18 | 0.67 | 160.85 | 0.39 | 0.23 |
| Hex | 24 | 53 | 44 | 39 | 0 | 12 | 43 | A1 | 27 | 17 |
| Octal | 44 | 123 | 104 | 71 | 0 | 22 | 103 | 241 | 47 | 27 |
| Binary | 100100 | 1010011 | 1000100 | 111001 | 0 | 10010 | 1000011 | 10100001 | 100111 | 10111 |
Color Harmonies of #245344
Complementary color
Monochromatic Colors of #245344
Black with #245344
Text Example
Text Example
White with #245344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245344; }
p { color: rgb(36,83,68); }
H1.HeaderClassName
{
color: #245344;
}
.AnyTagClassName
{
color: #245344;
}
</style>
background-color css
<style>
a { background-color: #245344; }
a { background-color: rgb(36,83,68); }
div.DivClassName
{
background-color: #245344;
}
.BgClassName
{
background-color: #245344;
}
</style>
border-color css
<style>
span { border-color: #245344; }
span { border-color: rgb(36,83,68); }
td.TdClassName
{
border-color: #245344;
}
.TagClassName
{
border-color: #245344;
}
</style>