#225442

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

Shades of Te Papa Green #225442

Tints of Te Papa Green #225442

Color information

#225442 (or 0x225442) is unknown color: approx Te Papa Green. HEX triplet: 22, 54 and 42. RGB value is (34,84,66). Sum of RGB (Red+Green+Blue) = 34+84+66=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #225442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225442 is #DDABBD. Grayscale: #434343. Windows color (decimal): -14527422 or 4346914. OLE color: 4346914.

HSL color Cylindrical-coordinate representation of color #225442: hue angle of 158.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225442 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB348466-
CMYK0.6000.210.67
HSL158.4º42.37%23.14%-
HSV(B)158.4º59.52%32.94%-
XYZ4.817.076.27-
YUV67127.44104.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=18.48%
G=45.65%
B=35.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3484660.6000.210.67158.442.3723.14
Hex2254423C015439e2a17
Octal42124102740251032365227
Binary1000101010100100001011110001010110000111001111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225442; }

 p { color: rgb(34,84,66); }

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

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

 a { background-color: rgb(34,84,66); }

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

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

 span { border-color: rgb(34,84,66); }

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