#225143

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

Shades of Te Papa Green #225143

Tints of Te Papa Green #225143

Color information

#225143 (or 0x225143) is unknown color: approx Te Papa Green. HEX triplet: 22, 51 and 43. RGB value is (34,81,67). Sum of RGB (Red+Green+Blue) = 34+81+67=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #225143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225143 is #DDAEBC. Grayscale: #414141. Windows color (decimal): -14528189 or 4411682. OLE color: 4411682.

HSL color Cylindrical-coordinate representation of color #225143: hue angle of 162.13º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225143 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB348167-
CMYK0.5800.170.68
HSL162.13º40.87%22.55%-
HSV(B)162.13º58.02%31.76%-
XYZ4.626.636.35-
YUV65.35128.93105.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=18.68%
G=44.51%
B=36.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481670.5800.170.68162.1340.8722.55
Hex2251433A01144a22917
Octal42121103720211042425127
Binary1000101010001100001111101001000110001001010001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225143; }

 p { color: rgb(34,81,67); }

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

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

 a { background-color: rgb(34,81,67); }

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

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

 span { border-color: rgb(34,81,67); }

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