Shades of Te Papa Green #23483E
Tints of Te Papa Green #23483E
RGB
CMYK
RGB Variations
Color information
#23483E (or 0x23483E) is known color: Te Papa Green. HEX triplet: 23, 48 and 3E. RGB value is (35,72,62). Sum of RGB (Red+Green+Blue) = 35+72+62=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #23483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23483E is #DCB7C1. Grayscale: #3B3B3B. Windows color (decimal): -14464962 or 4081699. OLE color: 4081699.
HSL color Cylindrical-coordinate representation of color #23483E: hue angle of 163.78º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23483E is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 62 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.72 |
| HSL | 163.78º | 0.35% | 0.21% | - |
| HSV(B) | 163.78º | 0.51% | 0.28% | - |
| XYZ | 3.88 | 5.34 | 5.38 | - |
| YUV | 59.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 62 | 0.51 | 0 | 0.14 | 0.72 | 163.78 | 0.35 | 0.21 |
| Hex | 23 | 48 | 3E | 33 | 0 | E | 48 | A4 | 23 | 15 |
| Octal | 43 | 110 | 76 | 63 | 0 | 16 | 110 | 244 | 43 | 25 |
| Binary | 100011 | 1001000 | 111110 | 110011 | 0 | 1110 | 1001000 | 10100100 | 100011 | 10101 |
Color Harmonies of #23483E
Complementary color
Monochromatic Colors of #23483E
Black with #23483E
Text Example
Text Example
White with #23483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23483E; }
p { color: rgb(35,72,62); }
H1.HeaderClassName
{
color: #23483E;
}
.AnyTagClassName
{
color: #23483E;
}
</style>
background-color css
<style>
a { background-color: #23483E; }
a { background-color: rgb(35,72,62); }
div.DivClassName
{
background-color: #23483E;
}
.BgClassName
{
background-color: #23483E;
}
</style>
border-color css
<style>
span { border-color: #23483E; }
span { border-color: rgb(35,72,62); }
td.TdClassName
{
border-color: #23483E;
}
.TagClassName
{
border-color: #23483E;
}
</style>