Shades of Te Papa Green #234A40
Tints of Te Papa Green #234A40
RGB
CMYK
RGB Variations
Color information
#234A40 (or 0x234A40) is known color: Te Papa Green. HEX triplet: 23, 4A and 40. RGB value is (35,74,64). Sum of RGB (Red+Green+Blue) = 35+74+64=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #234A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A40 is #DCB5BF. Grayscale: #3D3D3D. Windows color (decimal): -14464448 or 4213283. OLE color: 4213283.
HSL color Cylindrical-coordinate representation of color #234A40: hue angle of 164.62º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A40 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 64 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.71 |
| HSL | 164.62º | 0.36% | 0.21% | - |
| HSV(B) | 164.62º | 0.53% | 0.29% | - |
| XYZ | 4.07 | 5.63 | 5.72 | - |
| YUV | 61.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 64 | 0.53 | 0 | 0.14 | 0.71 | 164.62 | 0.36 | 0.21 |
| Hex | 23 | 4A | 40 | 35 | 0 | E | 47 | A5 | 24 | 15 |
| Octal | 43 | 112 | 100 | 65 | 0 | 16 | 107 | 245 | 44 | 25 |
| Binary | 100011 | 1001010 | 1000000 | 110101 | 0 | 1110 | 1000111 | 10100101 | 100100 | 10101 |
Color Harmonies of #234A40
Complementary color
Monochromatic Colors of #234A40
Black with #234A40
Text Example
Text Example
White with #234A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A40; }
p { color: rgb(35,74,64); }
H1.HeaderClassName
{
color: #234A40;
}
.AnyTagClassName
{
color: #234A40;
}
</style>
background-color css
<style>
a { background-color: #234A40; }
a { background-color: rgb(35,74,64); }
div.DivClassName
{
background-color: #234A40;
}
.BgClassName
{
background-color: #234A40;
}
</style>
border-color css
<style>
span { border-color: #234A40; }
span { border-color: rgb(35,74,64); }
td.TdClassName
{
border-color: #234A40;
}
.TagClassName
{
border-color: #234A40;
}
</style>