Shades of Te Papa Green #235343
Tints of Te Papa Green #235343
RGB
CMYK
RGB Variations
Color information
#235343 (or 0x235343) is known color: Te Papa Green. HEX triplet: 23, 53 and 43. RGB value is (35,83,67). Sum of RGB (Red+Green+Blue) = 35+83+67=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #235343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235343 is #DCACBC. Grayscale: #424242. Windows color (decimal): -14462141 or 4412195. OLE color: 4412195.
HSL color Cylindrical-coordinate representation of color #235343: hue angle of 160º 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 #235343 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 67 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.67 |
| HSL | 160º | 0.41% | 0.23% | - |
| HSV(B) | 160º | 0.58% | 0.33% | - |
| XYZ | 4.8 | 6.95 | 6.4 | - |
| YUV | 66.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 67 | 0.58 | 0 | 0.19 | 0.67 | 160 | 0.41 | 0.23 |
| Hex | 23 | 53 | 43 | 3A | 0 | 13 | 43 | A0 | 29 | 17 |
| Octal | 43 | 123 | 103 | 72 | 0 | 23 | 103 | 240 | 51 | 27 |
| Binary | 100011 | 1010011 | 1000011 | 111010 | 0 | 10011 | 1000011 | 10100000 | 101001 | 10111 |
Color Harmonies of #235343
Complementary color
Monochromatic Colors of #235343
Black with #235343
Text Example
Text Example
White with #235343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235343; }
p { color: rgb(35,83,67); }
H1.HeaderClassName
{
color: #235343;
}
.AnyTagClassName
{
color: #235343;
}
</style>
background-color css
<style>
a { background-color: #235343; }
a { background-color: rgb(35,83,67); }
div.DivClassName
{
background-color: #235343;
}
.BgClassName
{
background-color: #235343;
}
</style>
border-color css
<style>
span { border-color: #235343; }
span { border-color: rgb(35,83,67); }
td.TdClassName
{
border-color: #235343;
}
.TagClassName
{
border-color: #235343;
}
</style>