Shades of Te Papa Green #22483D
Tints of Te Papa Green #22483D
RGB
CMYK
RGB Variations
Color information
#22483D (or 0x22483D) is known color: Te Papa Green. HEX triplet: 22, 48 and 3D. RGB value is (34,72,61). Sum of RGB (Red+Green+Blue) = 34+72+61=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #22483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22483D is #DDB7C2. Grayscale: #3B3B3B. Windows color (decimal): -14530499 or 4016162. OLE color: 4016162.
HSL color Cylindrical-coordinate representation of color #22483D: hue angle of 162.63º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #22483D is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 72 | 61 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.72 |
| HSL | 162.63º | 0.36% | 0.21% | - |
| HSV(B) | 162.63º | 0.53% | 0.28% | - |
| XYZ | 3.82 | 5.31 | 5.24 | - |
| YUV | 59.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 61 | 0.53 | 0 | 0.15 | 0.72 | 162.63 | 0.36 | 0.21 |
| Hex | 22 | 48 | 3D | 35 | 0 | F | 48 | A3 | 24 | 15 |
| Octal | 42 | 110 | 75 | 65 | 0 | 17 | 110 | 243 | 44 | 25 |
| Binary | 100010 | 1001000 | 111101 | 110101 | 0 | 1111 | 1001000 | 10100011 | 100100 | 10101 |
Color Harmonies of #22483D
Complementary color
Monochromatic Colors of #22483D
Black with #22483D
Text Example
Text Example
White with #22483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22483D; }
p { color: rgb(34,72,61); }
H1.HeaderClassName
{
color: #22483D;
}
.AnyTagClassName
{
color: #22483D;
}
</style>
background-color css
<style>
a { background-color: #22483D; }
a { background-color: rgb(34,72,61); }
div.DivClassName
{
background-color: #22483D;
}
.BgClassName
{
background-color: #22483D;
}
</style>
border-color css
<style>
span { border-color: #22483D; }
span { border-color: rgb(34,72,61); }
td.TdClassName
{
border-color: #22483D;
}
.TagClassName
{
border-color: #22483D;
}
</style>