Shades of Te Papa Green #275145
Tints of Te Papa Green #275145
RGB
CMYK
RGB Variations
Color information
#275145 (or 0x275145) is known color: Te Papa Green. HEX triplet: 27, 51 and 45. RGB value is (39,81,69). Sum of RGB (Red+Green+Blue) = 39+81+69=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #275145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275145 is #D8AEBA. Grayscale: #434343. Windows color (decimal): -14200507 or 4542759. OLE color: 4542759.
HSL color Cylindrical-coordinate representation of color #275145: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275145 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 81 | 69 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.68 |
| HSL | 162.86º | 0.35% | 0.24% | - |
| HSV(B) | 162.86º | 0.52% | 0.32% | - |
| XYZ | 4.85 | 6.75 | 6.68 | - |
| YUV | 67.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 69 | 0.52 | 0 | 0.15 | 0.68 | 162.86 | 0.35 | 0.24 |
| Hex | 27 | 51 | 45 | 34 | 0 | F | 44 | A3 | 23 | 18 |
| Octal | 47 | 121 | 105 | 64 | 0 | 17 | 104 | 243 | 43 | 30 |
| Binary | 100111 | 1010001 | 1000101 | 110100 | 0 | 1111 | 1000100 | 10100011 | 100011 | 11000 |
Color Harmonies of #275145
Complementary color
Monochromatic Colors of #275145
Black with #275145
Text Example
Text Example
White with #275145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275145; }
p { color: rgb(39,81,69); }
H1.HeaderClassName
{
color: #275145;
}
.AnyTagClassName
{
color: #275145;
}
</style>
background-color css
<style>
a { background-color: #275145; }
a { background-color: rgb(39,81,69); }
div.DivClassName
{
background-color: #275145;
}
.BgClassName
{
background-color: #275145;
}
</style>
border-color css
<style>
span { border-color: #275145; }
span { border-color: rgb(39,81,69); }
td.TdClassName
{
border-color: #275145;
}
.TagClassName
{
border-color: #275145;
}
</style>