Shades of Te Papa Green #235242
Tints of Te Papa Green #235242
RGB
CMYK
RGB Variations
Color information
#235242 (or 0x235242) is known color: Te Papa Green. HEX triplet: 23, 52 and 42. RGB value is (35,82,66). Sum of RGB (Red+Green+Blue) = 35+82+66=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #235242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235242 is #DCADBD. Grayscale: #424242. Windows color (decimal): -14462398 or 4346403. OLE color: 4346403.
HSL color Cylindrical-coordinate representation of color #235242: hue angle of 159.57º 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 #235242 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 66 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.68 |
| HSL | 159.57º | 0.4% | 0.23% | - |
| HSV(B) | 159.57º | 0.57% | 0.32% | - |
| XYZ | 4.69 | 6.79 | 6.22 | - |
| YUV | 66.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 66 | 0.57 | 0 | 0.20 | 0.68 | 159.57 | 0.4 | 0.23 |
| Hex | 23 | 52 | 42 | 39 | 0 | 14 | 44 | A0 | 28 | 17 |
| Octal | 43 | 122 | 102 | 71 | 0 | 24 | 104 | 240 | 50 | 27 |
| Binary | 100011 | 1010010 | 1000010 | 111001 | 0 | 10100 | 1000100 | 10100000 | 101000 | 10111 |
Color Harmonies of #235242
Complementary color
Monochromatic Colors of #235242
Black with #235242
Text Example
Text Example
White with #235242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235242; }
p { color: rgb(35,82,66); }
H1.HeaderClassName
{
color: #235242;
}
.AnyTagClassName
{
color: #235242;
}
</style>
background-color css
<style>
a { background-color: #235242; }
a { background-color: rgb(35,82,66); }
div.DivClassName
{
background-color: #235242;
}
.BgClassName
{
background-color: #235242;
}
</style>
border-color css
<style>
span { border-color: #235242; }
span { border-color: rgb(35,82,66); }
td.TdClassName
{
border-color: #235242;
}
.TagClassName
{
border-color: #235242;
}
</style>