Shades of Te Papa Green #255043
Tints of Te Papa Green #255043
RGB
CMYK
RGB Variations
Color information
#255043 (or 0x255043) is known color: Te Papa Green. HEX triplet: 25, 50 and 43. RGB value is (37,80,67). Sum of RGB (Red+Green+Blue) = 37+80+67=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #255043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255043 is #DAAFBC. Grayscale: #414141. Windows color (decimal): -14331837 or 4411429. OLE color: 4411429.
HSL color Cylindrical-coordinate representation of color #255043: hue angle of 161.86º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255043 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 67 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.69 |
| HSL | 161.86º | 0.37% | 0.23% | - |
| HSV(B) | 161.86º | 0.54% | 0.31% | - |
| XYZ | 4.64 | 6.54 | 6.33 | - |
| YUV | 65.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 67 | 0.54 | 0 | 0.16 | 0.69 | 161.86 | 0.37 | 0.23 |
| Hex | 25 | 50 | 43 | 36 | 0 | 10 | 45 | A2 | 25 | 17 |
| Octal | 45 | 120 | 103 | 66 | 0 | 20 | 105 | 242 | 45 | 27 |
| Binary | 100101 | 1010000 | 1000011 | 110110 | 0 | 10000 | 1000101 | 10100010 | 100101 | 10111 |
Color Harmonies of #255043
Complementary color
Monochromatic Colors of #255043
Black with #255043
Text Example
Text Example
White with #255043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255043; }
p { color: rgb(37,80,67); }
H1.HeaderClassName
{
color: #255043;
}
.AnyTagClassName
{
color: #255043;
}
</style>
background-color css
<style>
a { background-color: #255043; }
a { background-color: rgb(37,80,67); }
div.DivClassName
{
background-color: #255043;
}
.BgClassName
{
background-color: #255043;
}
</style>
border-color css
<style>
span { border-color: #255043; }
span { border-color: rgb(37,80,67); }
td.TdClassName
{
border-color: #255043;
}
.TagClassName
{
border-color: #255043;
}
</style>