Shades of Te Papa Green #28483C
Tints of Te Papa Green #28483C
RGB
CMYK
RGB Variations
Color information
#28483C (or 0x28483C) is known color: Te Papa Green. HEX triplet: 28, 48 and 3C. RGB value is (40,72,60). Sum of RGB (Red+Green+Blue) = 40+72+60=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #28483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28483C is #D7B7C3. Grayscale: #3D3D3D. Windows color (decimal): -14137284 or 3950632. OLE color: 3950632.
HSL color Cylindrical-coordinate representation of color #28483C: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28483C is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 60 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.72 |
| HSL | 157.5º | 0.29% | 0.22% | - |
| HSV(B) | 157.5º | 0.44% | 0.28% | - |
| XYZ | 4.01 | 5.41 | 5.11 | - |
| YUV | 61.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 60 | 0.44 | 0 | 0.17 | 0.72 | 157.5 | 0.29 | 0.22 |
| Hex | 28 | 48 | 3C | 2C | 0 | 11 | 48 | 9E | 1D | 16 |
| Octal | 50 | 110 | 74 | 54 | 0 | 21 | 110 | 236 | 35 | 26 |
| Binary | 101000 | 1001000 | 111100 | 101100 | 0 | 10001 | 1001000 | 10011110 | 11101 | 10110 |
Color Harmonies of #28483C
Complementary color
Monochromatic Colors of #28483C
Black with #28483C
Text Example
Text Example
White with #28483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28483C; }
p { color: rgb(40,72,60); }
H1.HeaderClassName
{
color: #28483C;
}
.AnyTagClassName
{
color: #28483C;
}
</style>
background-color css
<style>
a { background-color: #28483C; }
a { background-color: rgb(40,72,60); }
div.DivClassName
{
background-color: #28483C;
}
.BgClassName
{
background-color: #28483C;
}
</style>
border-color css
<style>
span { border-color: #28483C; }
span { border-color: rgb(40,72,60); }
td.TdClassName
{
border-color: #28483C;
}
.TagClassName
{
border-color: #28483C;
}
</style>