Shades of Te Papa Green #27493D
Tints of Te Papa Green #27493D
RGB
CMYK
RGB Variations
Color information
#27493D (or 0x27493D) is known color: Te Papa Green. HEX triplet: 27, 49 and 3D. RGB value is (39,73,61). Sum of RGB (Red+Green+Blue) = 39+73+61=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #27493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27493D is #D8B6C2. Grayscale: #3D3D3D. Windows color (decimal): -14202563 or 4016423. OLE color: 4016423.
HSL color Cylindrical-coordinate representation of color #27493D: hue angle of 158.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27493D is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 73 | 61 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.71 |
| HSL | 158.82º | 0.3% | 0.22% | - |
| HSV(B) | 158.82º | 0.47% | 0.29% | - |
| XYZ | 4.06 | 5.53 | 5.27 | - |
| YUV | 61.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 61 | 0.47 | 0 | 0.16 | 0.71 | 158.82 | 0.3 | 0.22 |
| Hex | 27 | 49 | 3D | 2F | 0 | 10 | 47 | 9F | 1E | 16 |
| Octal | 47 | 111 | 75 | 57 | 0 | 20 | 107 | 237 | 36 | 26 |
| Binary | 100111 | 1001001 | 111101 | 101111 | 0 | 10000 | 1000111 | 10011111 | 11110 | 10110 |
Color Harmonies of #27493D
Complementary color
Monochromatic Colors of #27493D
Black with #27493D
Text Example
Text Example
White with #27493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27493D; }
p { color: rgb(39,73,61); }
H1.HeaderClassName
{
color: #27493D;
}
.AnyTagClassName
{
color: #27493D;
}
</style>
background-color css
<style>
a { background-color: #27493D; }
a { background-color: rgb(39,73,61); }
div.DivClassName
{
background-color: #27493D;
}
.BgClassName
{
background-color: #27493D;
}
</style>
border-color css
<style>
span { border-color: #27493D; }
span { border-color: rgb(39,73,61); }
td.TdClassName
{
border-color: #27493D;
}
.TagClassName
{
border-color: #27493D;
}
</style>