Shades of Te Papa Green #234D3E
Tints of Te Papa Green #234D3E
RGB
CMYK
RGB Variations
Color information
#234D3E (or 0x234D3E) is known color: Te Papa Green. HEX triplet: 23, 4D and 3E. RGB value is (35,77,62). Sum of RGB (Red+Green+Blue) = 35+77+62=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #234D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D3E is #DCB2C1. Grayscale: #3E3E3E. Windows color (decimal): -14463682 or 4082979. OLE color: 4082979.
HSL color Cylindrical-coordinate representation of color #234D3E: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D3E is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 77 | 62 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.70 |
| HSL | 158.57º | 0.38% | 0.22% | - |
| HSV(B) | 158.57º | 0.55% | 0.3% | - |
| XYZ | 4.22 | 6.01 | 5.5 | - |
| YUV | 62.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 62 | 0.55 | 0 | 0.19 | 0.70 | 158.57 | 0.38 | 0.22 |
| Hex | 23 | 4D | 3E | 37 | 0 | 13 | 46 | 9F | 26 | 16 |
| Octal | 43 | 115 | 76 | 67 | 0 | 23 | 106 | 237 | 46 | 26 |
| Binary | 100011 | 1001101 | 111110 | 110111 | 0 | 10011 | 1000110 | 10011111 | 100110 | 10110 |
Color Harmonies of #234D3E
Complementary color
Monochromatic Colors of #234D3E
Black with #234D3E
Text Example
Text Example
White with #234D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D3E; }
p { color: rgb(35,77,62); }
H1.HeaderClassName
{
color: #234D3E;
}
.AnyTagClassName
{
color: #234D3E;
}
</style>
background-color css
<style>
a { background-color: #234D3E; }
a { background-color: rgb(35,77,62); }
div.DivClassName
{
background-color: #234D3E;
}
.BgClassName
{
background-color: #234D3E;
}
</style>
border-color css
<style>
span { border-color: #234D3E; }
span { border-color: rgb(35,77,62); }
td.TdClassName
{
border-color: #234D3E;
}
.TagClassName
{
border-color: #234D3E;
}
</style>