Shades of Te Papa Green #255340
Tints of Te Papa Green #255340
RGB
CMYK
RGB Variations
Color information
#255340 (or 0x255340) is known color: Te Papa Green. HEX triplet: 25, 53 and 40. RGB value is (37,83,64). Sum of RGB (Red+Green+Blue) = 37+83+64=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #255340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255340 is #DAACBF. Grayscale: #434343. Windows color (decimal): -14331072 or 4215589. OLE color: 4215589.
HSL color Cylindrical-coordinate representation of color #255340: hue angle of 155.22º 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 #255340 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 64 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.67 |
| HSL | 155.22º | 0.38% | 0.24% | - |
| HSV(B) | 155.22º | 0.55% | 0.33% | - |
| XYZ | 4.78 | 6.95 | 5.94 | - |
| YUV | 67.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 64 | 0.55 | 0 | 0.23 | 0.67 | 155.22 | 0.38 | 0.24 |
| Hex | 25 | 53 | 40 | 37 | 0 | 17 | 43 | 9B | 26 | 18 |
| Octal | 45 | 123 | 100 | 67 | 0 | 27 | 103 | 233 | 46 | 30 |
| Binary | 100101 | 1010011 | 1000000 | 110111 | 0 | 10111 | 1000011 | 10011011 | 100110 | 11000 |
Color Harmonies of #255340
Complementary color
Monochromatic Colors of #255340
Black with #255340
Text Example
Text Example
White with #255340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255340; }
p { color: rgb(37,83,64); }
H1.HeaderClassName
{
color: #255340;
}
.AnyTagClassName
{
color: #255340;
}
</style>
background-color css
<style>
a { background-color: #255340; }
a { background-color: rgb(37,83,64); }
div.DivClassName
{
background-color: #255340;
}
.BgClassName
{
background-color: #255340;
}
</style>
border-color css
<style>
span { border-color: #255340; }
span { border-color: rgb(37,83,64); }
td.TdClassName
{
border-color: #255340;
}
.TagClassName
{
border-color: #255340;
}
</style>