Shades of Te Papa Green #235345
Tints of Te Papa Green #235345
RGB
CMYK
RGB Variations
Color information
#235345 (or 0x235345) is known color: Te Papa Green. HEX triplet: 23, 53 and 45. RGB value is (35,83,69). Sum of RGB (Red+Green+Blue) = 35+83+69=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #235345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235345 is #DCACBA. Grayscale: #434343. Windows color (decimal): -14462139 or 4543267. OLE color: 4543267.
HSL color Cylindrical-coordinate representation of color #235345: hue angle of 162.5º 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 #235345 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 69 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.67 |
| HSL | 162.5º | 0.41% | 0.23% | - |
| HSV(B) | 162.5º | 0.58% | 0.33% | - |
| XYZ | 4.86 | 6.97 | 6.72 | - |
| YUV | 67.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 69 | 0.58 | 0 | 0.17 | 0.67 | 162.5 | 0.41 | 0.23 |
| Hex | 23 | 53 | 45 | 3A | 0 | 11 | 43 | A2 | 29 | 17 |
| Octal | 43 | 123 | 105 | 72 | 0 | 21 | 103 | 242 | 51 | 27 |
| Binary | 100011 | 1010011 | 1000101 | 111010 | 0 | 10001 | 1000011 | 10100010 | 101001 | 10111 |
Color Harmonies of #235345
Complementary color
Monochromatic Colors of #235345
Black with #235345
Text Example
Text Example
White with #235345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235345; }
p { color: rgb(35,83,69); }
H1.HeaderClassName
{
color: #235345;
}
.AnyTagClassName
{
color: #235345;
}
</style>
background-color css
<style>
a { background-color: #235345; }
a { background-color: rgb(35,83,69); }
div.DivClassName
{
background-color: #235345;
}
.BgClassName
{
background-color: #235345;
}
</style>
border-color css
<style>
span { border-color: #235345; }
span { border-color: rgb(35,83,69); }
td.TdClassName
{
border-color: #235345;
}
.TagClassName
{
border-color: #235345;
}
</style>