Shades of Te Papa Green #2F483D
Tints of Te Papa Green #2F483D
RGB
CMYK
RGB Variations
Color information
#2F483D (or 0x2F483D) is known color: Te Papa Green. HEX triplet: 2F, 48 and 3D. RGB value is (47,72,61). Sum of RGB (Red+Green+Blue) = 47+72+61=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #2F483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F483D is #D0B7C2. Grayscale: #3F3F3F. Windows color (decimal): -13678531 or 4016175. OLE color: 4016175.
HSL color Cylindrical-coordinate representation of color #2F483D: hue angle of 153.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F483D is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 61 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.72 |
| HSL | 153.6º | 0.21% | 0.23% | - |
| HSV(B) | 153.6º | 0.35% | 0.28% | - |
| XYZ | 4.33 | 5.58 | 5.26 | - |
| YUV | 63.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 61 | 0.35 | 0 | 0.15 | 0.72 | 153.6 | 0.21 | 0.23 |
| Hex | 2F | 48 | 3D | 23 | 0 | F | 48 | 9A | 15 | 17 |
| Octal | 57 | 110 | 75 | 43 | 0 | 17 | 110 | 232 | 25 | 27 |
| Binary | 101111 | 1001000 | 111101 | 100011 | 0 | 1111 | 1001000 | 10011010 | 10101 | 10111 |
Color Harmonies of #2F483D
Complementary color
Monochromatic Colors of #2F483D
Black with #2F483D
Text Example
Text Example
White with #2F483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F483D; }
p { color: rgb(47,72,61); }
H1.HeaderClassName
{
color: #2F483D;
}
.AnyTagClassName
{
color: #2F483D;
}
</style>
background-color css
<style>
a { background-color: #2F483D; }
a { background-color: rgb(47,72,61); }
div.DivClassName
{
background-color: #2F483D;
}
.BgClassName
{
background-color: #2F483D;
}
</style>
border-color css
<style>
span { border-color: #2F483D; }
span { border-color: rgb(47,72,61); }
td.TdClassName
{
border-color: #2F483D;
}
.TagClassName
{
border-color: #2F483D;
}
</style>