Shades of Te Papa Green #234E41
Tints of Te Papa Green #234E41
RGB
CMYK
RGB Variations
Color information
#234E41 (or 0x234E41) is known color: Te Papa Green. HEX triplet: 23, 4E and 41. RGB value is (35,78,65). Sum of RGB (Red+Green+Blue) = 35+78+65=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #234E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E41 is #DCB1BE. Grayscale: #3F3F3F. Windows color (decimal): -14463423 or 4279843. OLE color: 4279843.
HSL color Cylindrical-coordinate representation of color #234E41: hue angle of 161.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E41 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 78 | 65 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.69 |
| HSL | 161.86º | 0.38% | 0.22% | - |
| HSV(B) | 161.86º | 0.55% | 0.31% | - |
| XYZ | 4.37 | 6.19 | 5.96 | - |
| YUV | 63.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 65 | 0.55 | 0 | 0.17 | 0.69 | 161.86 | 0.38 | 0.22 |
| Hex | 23 | 4E | 41 | 37 | 0 | 11 | 45 | A2 | 26 | 16 |
| Octal | 43 | 116 | 101 | 67 | 0 | 21 | 105 | 242 | 46 | 26 |
| Binary | 100011 | 1001110 | 1000001 | 110111 | 0 | 10001 | 1000101 | 10100010 | 100110 | 10110 |
Color Harmonies of #234E41
Complementary color
Monochromatic Colors of #234E41
Black with #234E41
Text Example
Text Example
White with #234E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E41; }
p { color: rgb(35,78,65); }
H1.HeaderClassName
{
color: #234E41;
}
.AnyTagClassName
{
color: #234E41;
}
</style>
background-color css
<style>
a { background-color: #234E41; }
a { background-color: rgb(35,78,65); }
div.DivClassName
{
background-color: #234E41;
}
.BgClassName
{
background-color: #234E41;
}
</style>
border-color css
<style>
span { border-color: #234E41; }
span { border-color: rgb(35,78,65); }
td.TdClassName
{
border-color: #234E41;
}
.TagClassName
{
border-color: #234E41;
}
</style>