Shades of Te Papa Green #28483D
Tints of Te Papa Green #28483D
RGB
CMYK
RGB Variations
Color information
#28483D (or 0x28483D) is known color: Te Papa Green. HEX triplet: 28, 48 and 3D. RGB value is (40,72,61). Sum of RGB (Red+Green+Blue) = 40+72+61=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #28483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28483D is #D7B7C2. Grayscale: #3D3D3D. Windows color (decimal): -14137283 or 4016168. OLE color: 4016168.
HSL color Cylindrical-coordinate representation of color #28483D: hue angle of 159.38º 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 #28483D is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 61 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.72 |
| HSL | 159.38º | 0.29% | 0.22% | - |
| HSV(B) | 159.38º | 0.44% | 0.28% | - |
| XYZ | 4.03 | 5.42 | 5.25 | - |
| YUV | 61.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 61 | 0.44 | 0 | 0.15 | 0.72 | 159.38 | 0.29 | 0.22 |
| Hex | 28 | 48 | 3D | 2C | 0 | F | 48 | 9F | 1D | 16 |
| Octal | 50 | 110 | 75 | 54 | 0 | 17 | 110 | 237 | 35 | 26 |
| Binary | 101000 | 1001000 | 111101 | 101100 | 0 | 1111 | 1001000 | 10011111 | 11101 | 10110 |
Color Harmonies of #28483D
Complementary color
Monochromatic Colors of #28483D
Black with #28483D
Text Example
Text Example
White with #28483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28483D; }
p { color: rgb(40,72,61); }
H1.HeaderClassName
{
color: #28483D;
}
.AnyTagClassName
{
color: #28483D;
}
</style>
background-color css
<style>
a { background-color: #28483D; }
a { background-color: rgb(40,72,61); }
div.DivClassName
{
background-color: #28483D;
}
.BgClassName
{
background-color: #28483D;
}
</style>
border-color css
<style>
span { border-color: #28483D; }
span { border-color: rgb(40,72,61); }
td.TdClassName
{
border-color: #28483D;
}
.TagClassName
{
border-color: #28483D;
}
</style>