Shades of Te Papa Green #285348
Tints of Te Papa Green #285348
RGB
CMYK
RGB Variations
Color information
#285348 (or 0x285348) is known color: Te Papa Green. HEX triplet: 28, 53 and 48. RGB value is (40,83,72). Sum of RGB (Red+Green+Blue) = 40+83+72=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #285348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285348 is #D7ACB7. Grayscale: #444444. Windows color (decimal): -14134456 or 4739880. OLE color: 4739880.
HSL color Cylindrical-coordinate representation of color #285348: hue angle of 164.65º 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 #285348 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 72 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.67 |
| HSL | 164.65º | 0.35% | 0.24% | - |
| HSV(B) | 164.65º | 0.52% | 0.33% | - |
| XYZ | 5.14 | 7.11 | 7.23 | - |
| YUV | 68.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 72 | 0.52 | 0 | 0.13 | 0.67 | 164.65 | 0.35 | 0.24 |
| Hex | 28 | 53 | 48 | 34 | 0 | D | 43 | A5 | 23 | 18 |
| Octal | 50 | 123 | 110 | 64 | 0 | 15 | 103 | 245 | 43 | 30 |
| Binary | 101000 | 1010011 | 1001000 | 110100 | 0 | 1101 | 1000011 | 10100101 | 100011 | 11000 |
Color Harmonies of #285348
Complementary color
Monochromatic Colors of #285348
Black with #285348
Text Example
Text Example
White with #285348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285348; }
p { color: rgb(40,83,72); }
H1.HeaderClassName
{
color: #285348;
}
.AnyTagClassName
{
color: #285348;
}
</style>
background-color css
<style>
a { background-color: #285348; }
a { background-color: rgb(40,83,72); }
div.DivClassName
{
background-color: #285348;
}
.BgClassName
{
background-color: #285348;
}
</style>
border-color css
<style>
span { border-color: #285348; }
span { border-color: rgb(40,83,72); }
td.TdClassName
{
border-color: #285348;
}
.TagClassName
{
border-color: #285348;
}
</style>