Shades of Te Papa Green #27483D
Tints of Te Papa Green #27483D
RGB
CMYK
RGB Variations
Color information
#27483D (or 0x27483D) is known color: Te Papa Green. HEX triplet: 27, 48 and 3D. RGB value is (39,72,61). Sum of RGB (Red+Green+Blue) = 39+72+61=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #27483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483D is #D8B7C2. Grayscale: #3C3C3C. Windows color (decimal): -14202819 or 4016167. OLE color: 4016167.
HSL color Cylindrical-coordinate representation of color #27483D: hue angle of 160º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27483D is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 61 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.72 |
| HSL | 160º | 0.3% | 0.22% | - |
| HSV(B) | 160º | 0.46% | 0.28% | - |
| XYZ | 4 | 5.4 | 5.25 | - |
| YUV | 60.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 61 | 0.46 | 0 | 0.15 | 0.72 | 160 | 0.3 | 0.22 |
| Hex | 27 | 48 | 3D | 2E | 0 | F | 48 | A0 | 1E | 16 |
| Octal | 47 | 110 | 75 | 56 | 0 | 17 | 110 | 240 | 36 | 26 |
| Binary | 100111 | 1001000 | 111101 | 101110 | 0 | 1111 | 1001000 | 10100000 | 11110 | 10110 |
Color Harmonies of #27483D
Complementary color
Monochromatic Colors of #27483D
Black with #27483D
Text Example
Text Example
White with #27483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27483D; }
p { color: rgb(39,72,61); }
H1.HeaderClassName
{
color: #27483D;
}
.AnyTagClassName
{
color: #27483D;
}
</style>
background-color css
<style>
a { background-color: #27483D; }
a { background-color: rgb(39,72,61); }
div.DivClassName
{
background-color: #27483D;
}
.BgClassName
{
background-color: #27483D;
}
</style>
border-color css
<style>
span { border-color: #27483D; }
span { border-color: rgb(39,72,61); }
td.TdClassName
{
border-color: #27483D;
}
.TagClassName
{
border-color: #27483D;
}
</style>