#224A3E

Color #224A3E Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #224A3E

Tints of Te Papa Green #224A3E

Color information

#224A3E (or 0x224A3E) is unknown color: approx Te Papa Green. HEX triplet: 22, 4A and 3E. RGB value is (34,74,62). Sum of RGB (Red+Green+Blue) = 34+74+62=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #224A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A3E is #DDB5C1. Grayscale: #3C3C3C. Windows color (decimal): -14529986 or 4082210. OLE color: 4082210.

HSL color Cylindrical-coordinate representation of color #224A3E: hue angle of 162º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #224A3E is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB347462-
CMYK0.5400.160.71
HSL162º37.04%21.18%-
HSV(B)162º54.05%29.02%-
XYZ3.985.595.43-
YUV60.67128.75108.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 74 (29.30% from 255) = 43.53%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=20%
G=43.53%
B=36.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474620.5400.160.7116237.0421.18
Hex224A3E3601047a22515
Octal4211276660201072424525
Binary100010100101011111011011001000010001111010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A3E; }

 p { color: rgb(34,74,62); }

 H1.HeaderClassName
 {
   color: #224A3E;
 }
 .AnyTagClassName
 {
   color: #224A3E;
 }
</style>
background-color css

<style>
 a { background-color: #224A3E; }

 a { background-color: rgb(34,74,62); }

 div.DivClassName
 {
   background-color: #224A3E;
 }
 .BgClassName
 {
   background-color: #224A3E;
 }
</style>
border-color css

<style>
 span { border-color: #224A3E; }

 span { border-color: rgb(34,74,62); }

 td.TdClassName
 {
   border-color: #224A3E;
 }
 .TagClassName
 {
   border-color: #224A3E;
 }
</style>