Shades of Te Papa Green #234C3E
Tints of Te Papa Green #234C3E
RGB
CMYK
RGB Variations
Color information
#234C3E (or 0x234C3E) is known color: Te Papa Green. HEX triplet: 23, 4C and 3E. RGB value is (35,76,62). Sum of RGB (Red+Green+Blue) = 35+76+62=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #234C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C3E is #DCB3C1. Grayscale: #3E3E3E. Windows color (decimal): -14463938 or 4082723. OLE color: 4082723.
HSL color Cylindrical-coordinate representation of color #234C3E: hue angle of 159.51º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C3E is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 62 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.70 |
| HSL | 159.51º | 0.37% | 0.22% | - |
| HSV(B) | 159.51º | 0.54% | 0.3% | - |
| XYZ | 4.15 | 5.87 | 5.47 | - |
| YUV | 62.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 62 | 0.54 | 0 | 0.18 | 0.70 | 159.51 | 0.37 | 0.22 |
| Hex | 23 | 4C | 3E | 36 | 0 | 12 | 46 | A0 | 25 | 16 |
| Octal | 43 | 114 | 76 | 66 | 0 | 22 | 106 | 240 | 45 | 26 |
| Binary | 100011 | 1001100 | 111110 | 110110 | 0 | 10010 | 1000110 | 10100000 | 100101 | 10110 |
Color Harmonies of #234C3E
Complementary color
Monochromatic Colors of #234C3E
Black with #234C3E
Text Example
Text Example
White with #234C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C3E; }
p { color: rgb(35,76,62); }
H1.HeaderClassName
{
color: #234C3E;
}
.AnyTagClassName
{
color: #234C3E;
}
</style>
background-color css
<style>
a { background-color: #234C3E; }
a { background-color: rgb(35,76,62); }
div.DivClassName
{
background-color: #234C3E;
}
.BgClassName
{
background-color: #234C3E;
}
</style>
border-color css
<style>
span { border-color: #234C3E; }
span { border-color: rgb(35,76,62); }
td.TdClassName
{
border-color: #234C3E;
}
.TagClassName
{
border-color: #234C3E;
}
</style>