Shades of Te Papa Green #27473E
Tints of Te Papa Green #27473E
RGB
CMYK
RGB Variations
Color information
#27473E (or 0x27473E) is known color: Te Papa Green. HEX triplet: 27, 47 and 3E. RGB value is (39,71,62). Sum of RGB (Red+Green+Blue) = 39+71+62=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #27473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27473E is #D8B8C1. Grayscale: #3C3C3C. Windows color (decimal): -14203074 or 4081447. OLE color: 4081447.
HSL color Cylindrical-coordinate representation of color #27473E: hue angle of 163.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #27473E is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 62 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.72 |
| HSL | 163.13º | 0.29% | 0.22% | - |
| HSV(B) | 163.13º | 0.45% | 0.28% | - |
| XYZ | 3.96 | 5.29 | 5.37 | - |
| YUV | 60.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 62 | 0.45 | 0 | 0.13 | 0.72 | 163.13 | 0.29 | 0.22 |
| Hex | 27 | 47 | 3E | 2D | 0 | D | 48 | A3 | 1D | 16 |
| Octal | 47 | 107 | 76 | 55 | 0 | 15 | 110 | 243 | 35 | 26 |
| Binary | 100111 | 1000111 | 111110 | 101101 | 0 | 1101 | 1001000 | 10100011 | 11101 | 10110 |
Color Harmonies of #27473E
Complementary color
Monochromatic Colors of #27473E
Black with #27473E
Text Example
Text Example
White with #27473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27473E; }
p { color: rgb(39,71,62); }
H1.HeaderClassName
{
color: #27473E;
}
.AnyTagClassName
{
color: #27473E;
}
</style>
background-color css
<style>
a { background-color: #27473E; }
a { background-color: rgb(39,71,62); }
div.DivClassName
{
background-color: #27473E;
}
.BgClassName
{
background-color: #27473E;
}
</style>
border-color css
<style>
span { border-color: #27473E; }
span { border-color: rgb(39,71,62); }
td.TdClassName
{
border-color: #27473E;
}
.TagClassName
{
border-color: #27473E;
}
</style>