Shades of Te Papa Green #255345
Tints of Te Papa Green #255345
RGB
CMYK
RGB Variations
Color information
#255345 (or 0x255345) is known color: Te Papa Green. HEX triplet: 25, 53 and 45. RGB value is (37,83,69). Sum of RGB (Red+Green+Blue) = 37+83+69=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #255345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255345 is #DAACBA. Grayscale: #434343. Windows color (decimal): -14331067 or 4543269. OLE color: 4543269.
HSL color Cylindrical-coordinate representation of color #255345: hue angle of 161.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255345 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 69 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.67 |
| HSL | 161.74º | 0.38% | 0.24% | - |
| HSV(B) | 161.74º | 0.55% | 0.33% | - |
| XYZ | 4.93 | 7.01 | 6.72 | - |
| YUV | 67.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 69 | 0.55 | 0 | 0.17 | 0.67 | 161.74 | 0.38 | 0.24 |
| Hex | 25 | 53 | 45 | 37 | 0 | 11 | 43 | A2 | 26 | 18 |
| Octal | 45 | 123 | 105 | 67 | 0 | 21 | 103 | 242 | 46 | 30 |
| Binary | 100101 | 1010011 | 1000101 | 110111 | 0 | 10001 | 1000011 | 10100010 | 100110 | 11000 |
Color Harmonies of #255345
Complementary color
Monochromatic Colors of #255345
Black with #255345
Text Example
Text Example
White with #255345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255345; }
p { color: rgb(37,83,69); }
H1.HeaderClassName
{
color: #255345;
}
.AnyTagClassName
{
color: #255345;
}
</style>
background-color css
<style>
a { background-color: #255345; }
a { background-color: rgb(37,83,69); }
div.DivClassName
{
background-color: #255345;
}
.BgClassName
{
background-color: #255345;
}
</style>
border-color css
<style>
span { border-color: #255345; }
span { border-color: rgb(37,83,69); }
td.TdClassName
{
border-color: #255345;
}
.TagClassName
{
border-color: #255345;
}
</style>