Shades of Te Papa Green #2C483D
Tints of Te Papa Green #2C483D
RGB
CMYK
RGB Variations
Color information
#2C483D (or 0x2C483D) is known color: Te Papa Green. HEX triplet: 2C, 48 and 3D. RGB value is (44,72,61). Sum of RGB (Red+Green+Blue) = 44+72+61=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #2C483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C483D is #D3B7C2. Grayscale: #3E3E3E. Windows color (decimal): -13875139 or 4016172. OLE color: 4016172.
HSL color Cylindrical-coordinate representation of color #2C483D: hue angle of 156.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C483D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 61 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.72 |
| HSL | 156.43º | 0.24% | 0.23% | - |
| HSV(B) | 156.43º | 0.39% | 0.28% | - |
| XYZ | 4.2 | 5.51 | 5.26 | - |
| YUV | 62.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 61 | 0.39 | 0 | 0.15 | 0.72 | 156.43 | 0.24 | 0.23 |
| Hex | 2C | 48 | 3D | 27 | 0 | F | 48 | 9C | 18 | 17 |
| Octal | 54 | 110 | 75 | 47 | 0 | 17 | 110 | 234 | 30 | 27 |
| Binary | 101100 | 1001000 | 111101 | 100111 | 0 | 1111 | 1001000 | 10011100 | 11000 | 10111 |
Color Harmonies of #2C483D
Complementary color
Monochromatic Colors of #2C483D
Black with #2C483D
Text Example
Text Example
White with #2C483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C483D; }
p { color: rgb(44,72,61); }
H1.HeaderClassName
{
color: #2C483D;
}
.AnyTagClassName
{
color: #2C483D;
}
</style>
background-color css
<style>
a { background-color: #2C483D; }
a { background-color: rgb(44,72,61); }
div.DivClassName
{
background-color: #2C483D;
}
.BgClassName
{
background-color: #2C483D;
}
</style>
border-color css
<style>
span { border-color: #2C483D; }
span { border-color: rgb(44,72,61); }
td.TdClassName
{
border-color: #2C483D;
}
.TagClassName
{
border-color: #2C483D;
}
</style>