Shades of Te Papa Green #235140
Tints of Te Papa Green #235140
RGB
CMYK
RGB Variations
Color information
#235140 (or 0x235140) is known color: Te Papa Green. HEX triplet: 23, 51 and 40. RGB value is (35,81,64). Sum of RGB (Red+Green+Blue) = 35+81+64=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #235140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235140 is #DCAEBF. Grayscale: #414141. Windows color (decimal): -14462656 or 4215075. OLE color: 4215075.
HSL color Cylindrical-coordinate representation of color #235140: hue angle of 157.83º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #235140 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 81 | 64 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.68 |
| HSL | 157.83º | 0.4% | 0.23% | - |
| HSV(B) | 157.83º | 0.57% | 0.32% | - |
| XYZ | 4.56 | 6.61 | 5.89 | - |
| YUV | 65.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 64 | 0.57 | 0 | 0.21 | 0.68 | 157.83 | 0.4 | 0.23 |
| Hex | 23 | 51 | 40 | 39 | 0 | 15 | 44 | 9E | 28 | 17 |
| Octal | 43 | 121 | 100 | 71 | 0 | 25 | 104 | 236 | 50 | 27 |
| Binary | 100011 | 1010001 | 1000000 | 111001 | 0 | 10101 | 1000100 | 10011110 | 101000 | 10111 |
Color Harmonies of #235140
Complementary color
Monochromatic Colors of #235140
Black with #235140
Text Example
Text Example
White with #235140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235140; }
p { color: rgb(35,81,64); }
H1.HeaderClassName
{
color: #235140;
}
.AnyTagClassName
{
color: #235140;
}
</style>
background-color css
<style>
a { background-color: #235140; }
a { background-color: rgb(35,81,64); }
div.DivClassName
{
background-color: #235140;
}
.BgClassName
{
background-color: #235140;
}
</style>
border-color css
<style>
span { border-color: #235140; }
span { border-color: rgb(35,81,64); }
td.TdClassName
{
border-color: #235140;
}
.TagClassName
{
border-color: #235140;
}
</style>