Shades of Te Papa Green #235542
Tints of Te Papa Green #235542
RGB
CMYK
RGB Variations
Color information
#235542 (or 0x235542) is known color: Te Papa Green. HEX triplet: 23, 55 and 42. RGB value is (35,85,66). Sum of RGB (Red+Green+Blue) = 35+85+66=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #235542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235542 is #DCAABD. Grayscale: #434343. Windows color (decimal): -14461630 or 4347171. OLE color: 4347171.
HSL color Cylindrical-coordinate representation of color #235542: hue angle of 157.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235542 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 66 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.67 |
| HSL | 157.2º | 0.42% | 0.24% | - |
| HSV(B) | 157.2º | 0.59% | 0.33% | - |
| XYZ | 4.93 | 7.25 | 6.29 | - |
| YUV | 67.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 66 | 0.59 | 0 | 0.22 | 0.67 | 157.2 | 0.42 | 0.24 |
| Hex | 23 | 55 | 42 | 3B | 0 | 16 | 43 | 9D | 2A | 18 |
| Octal | 43 | 125 | 102 | 73 | 0 | 26 | 103 | 235 | 52 | 30 |
| Binary | 100011 | 1010101 | 1000010 | 111011 | 0 | 10110 | 1000011 | 10011101 | 101010 | 11000 |
Color Harmonies of #235542
Complementary color
Monochromatic Colors of #235542
Black with #235542
Text Example
Text Example
White with #235542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235542; }
p { color: rgb(35,85,66); }
H1.HeaderClassName
{
color: #235542;
}
.AnyTagClassName
{
color: #235542;
}
</style>
background-color css
<style>
a { background-color: #235542; }
a { background-color: rgb(35,85,66); }
div.DivClassName
{
background-color: #235542;
}
.BgClassName
{
background-color: #235542;
}
</style>
border-color css
<style>
span { border-color: #235542; }
span { border-color: rgb(35,85,66); }
td.TdClassName
{
border-color: #235542;
}
.TagClassName
{
border-color: #235542;
}
</style>