Shades of Te Papa Green #27433B
Tints of Te Papa Green #27433B
RGB
CMYK
RGB Variations
Color information
#27433B (or 0x27433B) is known color: Te Papa Green. HEX triplet: 27, 43 and 3B. RGB value is (39,67,59). Sum of RGB (Red+Green+Blue) = 39+67+59=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #27433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27433B is #D8BCC4. Grayscale: #393939. Windows color (decimal): -14204101 or 3883815. OLE color: 3883815.
HSL color Cylindrical-coordinate representation of color #27433B: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #27433B is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 67 | 59 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.74 |
| HSL | 162.86º | 0.26% | 0.21% | - |
| HSV(B) | 162.86º | 0.42% | 0.26% | - |
| XYZ | 3.63 | 4.76 | 4.87 | - |
| YUV | 57.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 59 | 0.42 | 0 | 0.12 | 0.74 | 162.86 | 0.26 | 0.21 |
| Hex | 27 | 43 | 3B | 2A | 0 | C | 4A | A3 | 1A | 15 |
| Octal | 47 | 103 | 73 | 52 | 0 | 14 | 112 | 243 | 32 | 25 |
| Binary | 100111 | 1000011 | 111011 | 101010 | 0 | 1100 | 1001010 | 10100011 | 11010 | 10101 |
Color Harmonies of #27433B
Complementary color
Monochromatic Colors of #27433B
Black with #27433B
Text Example
Text Example
White with #27433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27433B; }
p { color: rgb(39,67,59); }
H1.HeaderClassName
{
color: #27433B;
}
.AnyTagClassName
{
color: #27433B;
}
</style>
background-color css
<style>
a { background-color: #27433B; }
a { background-color: rgb(39,67,59); }
div.DivClassName
{
background-color: #27433B;
}
.BgClassName
{
background-color: #27433B;
}
</style>
border-color css
<style>
span { border-color: #27433B; }
span { border-color: rgb(39,67,59); }
td.TdClassName
{
border-color: #27433B;
}
.TagClassName
{
border-color: #27433B;
}
</style>