Shades of Te Papa Green #23463C
Tints of Te Papa Green #23463C
RGB
CMYK
RGB Variations
Color information
#23463C (or 0x23463C) is known color: Te Papa Green. HEX triplet: 23, 46 and 3C. RGB value is (35,70,60). Sum of RGB (Red+Green+Blue) = 35+70+60=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #23463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23463C is #DCB9C3. Grayscale: #3A3A3A. Windows color (decimal): -14465476 or 3950115. OLE color: 3950115.
HSL color Cylindrical-coordinate representation of color #23463C: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #23463C is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 70 | 60 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.73 |
| HSL | 162.86º | 0.33% | 0.21% | - |
| HSV(B) | 162.86º | 0.5% | 0.27% | - |
| XYZ | 3.7 | 5.06 | 5.06 | - |
| YUV | 58.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 60 | 0.5 | 0 | 0.14 | 0.73 | 162.86 | 0.33 | 0.21 |
| Hex | 23 | 46 | 3C | 32 | 0 | E | 49 | A3 | 21 | 15 |
| Octal | 43 | 106 | 74 | 62 | 0 | 16 | 111 | 243 | 41 | 25 |
| Binary | 100011 | 1000110 | 111100 | 110010 | 0 | 1110 | 1001001 | 10100011 | 100001 | 10101 |
Color Harmonies of #23463C
Complementary color
Monochromatic Colors of #23463C
Black with #23463C
Text Example
Text Example
White with #23463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23463C; }
p { color: rgb(35,70,60); }
H1.HeaderClassName
{
color: #23463C;
}
.AnyTagClassName
{
color: #23463C;
}
</style>
background-color css
<style>
a { background-color: #23463C; }
a { background-color: rgb(35,70,60); }
div.DivClassName
{
background-color: #23463C;
}
.BgClassName
{
background-color: #23463C;
}
</style>
border-color css
<style>
span { border-color: #23463C; }
span { border-color: rgb(35,70,60); }
td.TdClassName
{
border-color: #23463C;
}
.TagClassName
{
border-color: #23463C;
}
</style>