Shades of Te Papa Green #28453B
Tints of Te Papa Green #28453B
RGB
CMYK
RGB Variations
Color information
#28453B (or 0x28453B) is known color: Te Papa Green. HEX triplet: 28, 45 and 3B. RGB value is (40,69,59). Sum of RGB (Red+Green+Blue) = 40+69+59=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #28453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28453B is #D7BAC4. Grayscale: #3B3B3B. Windows color (decimal): -14138053 or 3884328. OLE color: 3884328.
HSL color Cylindrical-coordinate representation of color #28453B: hue angle of 159.31º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28453B is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 59 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.73 |
| HSL | 159.31º | 0.27% | 0.21% | - |
| HSV(B) | 159.31º | 0.42% | 0.27% | - |
| XYZ | 3.79 | 5.02 | 4.91 | - |
| YUV | 59.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 59 | 0.42 | 0 | 0.14 | 0.73 | 159.31 | 0.27 | 0.21 |
| Hex | 28 | 45 | 3B | 2A | 0 | E | 49 | 9F | 1B | 15 |
| Octal | 50 | 105 | 73 | 52 | 0 | 16 | 111 | 237 | 33 | 25 |
| Binary | 101000 | 1000101 | 111011 | 101010 | 0 | 1110 | 1001001 | 10011111 | 11011 | 10101 |
Color Harmonies of #28453B
Complementary color
Monochromatic Colors of #28453B
Black with #28453B
Text Example
Text Example
White with #28453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28453B; }
p { color: rgb(40,69,59); }
H1.HeaderClassName
{
color: #28453B;
}
.AnyTagClassName
{
color: #28453B;
}
</style>
background-color css
<style>
a { background-color: #28453B; }
a { background-color: rgb(40,69,59); }
div.DivClassName
{
background-color: #28453B;
}
.BgClassName
{
background-color: #28453B;
}
</style>
border-color css
<style>
span { border-color: #28453B; }
span { border-color: rgb(40,69,59); }
td.TdClassName
{
border-color: #28453B;
}
.TagClassName
{
border-color: #28453B;
}
</style>