Shades of Te Papa Green #235346
Tints of Te Papa Green #235346
RGB
CMYK
RGB Variations
Color information
#235346 (or 0x235346) is known color: Te Papa Green. HEX triplet: 23, 53 and 46. RGB value is (35,83,70). Sum of RGB (Red+Green+Blue) = 35+83+70=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #235346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235346 is #DCACB9. Grayscale: #434343. Windows color (decimal): -14462138 or 4608803. OLE color: 4608803.
HSL color Cylindrical-coordinate representation of color #235346: hue angle of 163.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235346 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 70 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.67 |
| HSL | 163.75º | 0.41% | 0.23% | - |
| HSV(B) | 163.75º | 0.58% | 0.33% | - |
| XYZ | 4.89 | 6.99 | 6.88 | - |
| YUV | 67.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 70 | 0.58 | 0 | 0.16 | 0.67 | 163.75 | 0.41 | 0.23 |
| Hex | 23 | 53 | 46 | 3A | 0 | 10 | 43 | A4 | 29 | 17 |
| Octal | 43 | 123 | 106 | 72 | 0 | 20 | 103 | 244 | 51 | 27 |
| Binary | 100011 | 1010011 | 1000110 | 111010 | 0 | 10000 | 1000011 | 10100100 | 101001 | 10111 |
Color Harmonies of #235346
Complementary color
Monochromatic Colors of #235346
Black with #235346
Text Example
Text Example
White with #235346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235346; }
p { color: rgb(35,83,70); }
H1.HeaderClassName
{
color: #235346;
}
.AnyTagClassName
{
color: #235346;
}
</style>
background-color css
<style>
a { background-color: #235346; }
a { background-color: rgb(35,83,70); }
div.DivClassName
{
background-color: #235346;
}
.BgClassName
{
background-color: #235346;
}
</style>
border-color css
<style>
span { border-color: #235346; }
span { border-color: rgb(35,83,70); }
td.TdClassName
{
border-color: #235346;
}
.TagClassName
{
border-color: #235346;
}
</style>