Shades of Te Papa Green #235043
Tints of Te Papa Green #235043
RGB
CMYK
RGB Variations
Color information
#235043 (or 0x235043) is known color: Te Papa Green. HEX triplet: 23, 50 and 43. RGB value is (35,80,67). Sum of RGB (Red+Green+Blue) = 35+80+67=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #235043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235043 is #DCAFBC. Grayscale: #414141. Windows color (decimal): -14462909 or 4411427. OLE color: 4411427.
HSL color Cylindrical-coordinate representation of color #235043: hue angle of 162.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235043 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 80 | 67 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.69 |
| HSL | 162.67º | 0.39% | 0.23% | - |
| HSV(B) | 162.67º | 0.56% | 0.31% | - |
| XYZ | 4.57 | 6.5 | 6.32 | - |
| YUV | 65.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 67 | 0.56 | 0 | 0.16 | 0.69 | 162.67 | 0.39 | 0.23 |
| Hex | 23 | 50 | 43 | 38 | 0 | 10 | 45 | A3 | 27 | 17 |
| Octal | 43 | 120 | 103 | 70 | 0 | 20 | 105 | 243 | 47 | 27 |
| Binary | 100011 | 1010000 | 1000011 | 111000 | 0 | 10000 | 1000101 | 10100011 | 100111 | 10111 |
Color Harmonies of #235043
Complementary color
Monochromatic Colors of #235043
Black with #235043
Text Example
Text Example
White with #235043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235043; }
p { color: rgb(35,80,67); }
H1.HeaderClassName
{
color: #235043;
}
.AnyTagClassName
{
color: #235043;
}
</style>
background-color css
<style>
a { background-color: #235043; }
a { background-color: rgb(35,80,67); }
div.DivClassName
{
background-color: #235043;
}
.BgClassName
{
background-color: #235043;
}
</style>
border-color css
<style>
span { border-color: #235043; }
span { border-color: rgb(35,80,67); }
td.TdClassName
{
border-color: #235043;
}
.TagClassName
{
border-color: #235043;
}
</style>