Shades of Te Papa Green #2B483D
Tints of Te Papa Green #2B483D
RGB
CMYK
RGB Variations
Color information
#2B483D (or 0x2B483D) is known color: Te Papa Green. HEX triplet: 2B, 48 and 3D. RGB value is (43,72,61). Sum of RGB (Red+Green+Blue) = 43+72+61=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #2B483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B483D is #D4B7C2. Grayscale: #3E3E3E. Windows color (decimal): -13940675 or 4016171. OLE color: 4016171.
HSL color Cylindrical-coordinate representation of color #2B483D: hue angle of 157.24º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B483D is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 61 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.72 |
| HSL | 157.24º | 0.25% | 0.23% | - |
| HSV(B) | 157.24º | 0.4% | 0.28% | - |
| XYZ | 4.16 | 5.49 | 5.25 | - |
| YUV | 62.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 61 | 0.40 | 0 | 0.15 | 0.72 | 157.24 | 0.25 | 0.23 |
| Hex | 2B | 48 | 3D | 28 | 0 | F | 48 | 9D | 19 | 17 |
| Octal | 53 | 110 | 75 | 50 | 0 | 17 | 110 | 235 | 31 | 27 |
| Binary | 101011 | 1001000 | 111101 | 101000 | 0 | 1111 | 1001000 | 10011101 | 11001 | 10111 |
Color Harmonies of #2B483D
Complementary color
Monochromatic Colors of #2B483D
Black with #2B483D
Text Example
Text Example
White with #2B483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B483D; }
p { color: rgb(43,72,61); }
H1.HeaderClassName
{
color: #2B483D;
}
.AnyTagClassName
{
color: #2B483D;
}
</style>
background-color css
<style>
a { background-color: #2B483D; }
a { background-color: rgb(43,72,61); }
div.DivClassName
{
background-color: #2B483D;
}
.BgClassName
{
background-color: #2B483D;
}
</style>
border-color css
<style>
span { border-color: #2B483D; }
span { border-color: rgb(43,72,61); }
td.TdClassName
{
border-color: #2B483D;
}
.TagClassName
{
border-color: #2B483D;
}
</style>