Shades of Te Papa Green #255344
Tints of Te Papa Green #255344
RGB
CMYK
RGB Variations
Color information
#255344 (or 0x255344) is known color: Te Papa Green. HEX triplet: 25, 53 and 44. RGB value is (37,83,68). Sum of RGB (Red+Green+Blue) = 37+83+68=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #255344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255344 is #DAACBB. Grayscale: #434343. Windows color (decimal): -14331068 or 4477733. OLE color: 4477733.
HSL color Cylindrical-coordinate representation of color #255344: hue angle of 160.43º 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 #255344 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 68 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.67 |
| HSL | 160.43º | 0.38% | 0.24% | - |
| HSV(B) | 160.43º | 0.55% | 0.33% | - |
| XYZ | 4.9 | 7 | 6.56 | - |
| YUV | 67.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 68 | 0.55 | 0 | 0.18 | 0.67 | 160.43 | 0.38 | 0.24 |
| Hex | 25 | 53 | 44 | 37 | 0 | 12 | 43 | A0 | 26 | 18 |
| Octal | 45 | 123 | 104 | 67 | 0 | 22 | 103 | 240 | 46 | 30 |
| Binary | 100101 | 1010011 | 1000100 | 110111 | 0 | 10010 | 1000011 | 10100000 | 100110 | 11000 |
Color Harmonies of #255344
Complementary color
Monochromatic Colors of #255344
Black with #255344
Text Example
Text Example
White with #255344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255344; }
p { color: rgb(37,83,68); }
H1.HeaderClassName
{
color: #255344;
}
.AnyTagClassName
{
color: #255344;
}
</style>
background-color css
<style>
a { background-color: #255344; }
a { background-color: rgb(37,83,68); }
div.DivClassName
{
background-color: #255344;
}
.BgClassName
{
background-color: #255344;
}
</style>
border-color css
<style>
span { border-color: #255344; }
span { border-color: rgb(37,83,68); }
td.TdClassName
{
border-color: #255344;
}
.TagClassName
{
border-color: #255344;
}
</style>