Shades of Te Papa Green #2B5241
Tints of Te Papa Green #2B5241
RGB
CMYK
RGB Variations
Color information
#2B5241 (or 0x2B5241) is known color: Te Papa Green. HEX triplet: 2B, 52 and 41. RGB value is (43,82,65). Sum of RGB (Red+Green+Blue) = 43+82+65=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5241 is #D4ADBE. Grayscale: #444444. Windows color (decimal): -13938111 or 4280875. OLE color: 4280875.
HSL color Cylindrical-coordinate representation of color #2B5241: hue angle of 153.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5241 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
RGB | 43 | 82 | 65 | - |
CMYK | 0.48 | 0 | 0.21 | 0.68 |
HSL | 153.85º | 0.31% | 0.25% | - |
HSV(B) | 153.85º | 0.48% | 0.32% | - |
XYZ | 4.97 | 6.93 | 6.08 | - |
YUV | 68.4 | 126.08 | 109.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 82 | 65 | 0.48 | 0 | 0.21 | 0.68 | 153.85 | 0.31 | 0.25 |
Hex | 2B | 52 | 41 | 30 | 0 | 15 | 44 | 9A | 1F | 19 |
Octal | 53 | 122 | 101 | 60 | 0 | 25 | 104 | 232 | 37 | 31 |
Binary | 101011 | 1010010 | 1000001 | 110000 | 0 | 10101 | 1000100 | 10011010 | 11111 | 11001 |
Color Harmonies of #2B5241
Complementary color
Monochromatic Colors of #2B5241
Black with #2B5241
Text Example
Text Example
White with #2B5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5241; }
p { color: rgb(43,82,65); }
H1.HeaderClassName
{
color: #2B5241;
}
.AnyTagClassName
{
color: #2B5241;
}
</style>
background-color css
<style>
a { background-color: #2B5241; }
a { background-color: rgb(43,82,65); }
div.DivClassName
{
background-color: #2B5241;
}
.BgClassName
{
background-color: #2B5241;
}
</style>
border-color css
<style>
span { border-color: #2B5241; }
span { border-color: rgb(43,82,65); }
td.TdClassName
{
border-color: #2B5241;
}
.TagClassName
{
border-color: #2B5241;
}
</style>