Shades of Te Papa Green #285346
Tints of Te Papa Green #285346
RGB
CMYK
RGB Variations
Color information
#285346 (or 0x285346) is known color: Te Papa Green. HEX triplet: 28, 53 and 46. RGB value is (40,83,70). Sum of RGB (Red+Green+Blue) = 40+83+70=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #285346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285346 is #D7ACB9. Grayscale: #444444. Windows color (decimal): -14134458 or 4608808. OLE color: 4608808.
HSL color Cylindrical-coordinate representation of color #285346: hue angle of 161.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285346 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 70 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.67 |
| HSL | 161.86º | 0.35% | 0.24% | - |
| HSV(B) | 161.86º | 0.52% | 0.33% | - |
| XYZ | 5.07 | 7.08 | 6.89 | - |
| YUV | 68.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 70 | 0.52 | 0 | 0.16 | 0.67 | 161.86 | 0.35 | 0.24 |
| Hex | 28 | 53 | 46 | 34 | 0 | 10 | 43 | A2 | 23 | 18 |
| Octal | 50 | 123 | 106 | 64 | 0 | 20 | 103 | 242 | 43 | 30 |
| Binary | 101000 | 1010011 | 1000110 | 110100 | 0 | 10000 | 1000011 | 10100010 | 100011 | 11000 |
Color Harmonies of #285346
Complementary color
Monochromatic Colors of #285346
Black with #285346
Text Example
Text Example
White with #285346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285346; }
p { color: rgb(40,83,70); }
H1.HeaderClassName
{
color: #285346;
}
.AnyTagClassName
{
color: #285346;
}
</style>
background-color css
<style>
a { background-color: #285346; }
a { background-color: rgb(40,83,70); }
div.DivClassName
{
background-color: #285346;
}
.BgClassName
{
background-color: #285346;
}
</style>
border-color css
<style>
span { border-color: #285346; }
span { border-color: rgb(40,83,70); }
td.TdClassName
{
border-color: #285346;
}
.TagClassName
{
border-color: #285346;
}
</style>